File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -50,7 +50,7 @@ of the commit queue:
5050
5151## Implementation
5252
53- The [ action] ( /. github/workflows/commit_queue .yml) will run on scheduler
53+ The [ action] ( ../../. github/workflows/commit-queue .yml) will run on scheduler
5454events every five minutes. Five minutes is the smallest number accepted by
5555the scheduler. The scheduler is not guaranteed to run every five minutes, it
5656might take longer between runs.
@@ -73,7 +73,7 @@ a Jenkins token from
7373` octokit/graphql-action ` is used to fetch all Pull Requests with the
7474` commit-queue ` label. The output is a JSON payload, so ` jq ` is used to turn
7575that into a list of PR ids we can pass as arguments to
76- [ ` commit-queue.sh ` ] ( ./tools/actions/commit-queue.sh ) .
76+ [ ` commit-queue.sh ` ] ( ../.. /tools/actions/commit-queue.sh ) .
7777
7878> The personal token only needs permission for public repositories and to read
7979> profiles, we can use the GITHUB_TOKEN for write operations. Jenkins token is
You can’t perform that action at this time.
0 commit comments