File tree 1 file changed +2
-2
lines changed
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:
50
50
51
51
## Implementation
52
52
53
- The [ action] ( /. github/workflows/commit_queue .yml) will run on scheduler
53
+ The [ action] ( ../../. github/workflows/commit-queue .yml) will run on scheduler
54
54
events every five minutes. Five minutes is the smallest number accepted by
55
55
the scheduler. The scheduler is not guaranteed to run every five minutes, it
56
56
might take longer between runs.
@@ -73,7 +73,7 @@ a Jenkins token from
73
73
` octokit/graphql-action ` is used to fetch all Pull Requests with the
74
74
` commit-queue ` label. The output is a JSON payload, so ` jq ` is used to turn
75
75
that 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 ) .
77
77
78
78
> The personal token only needs permission for public repositories and to read
79
79
> 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