mirror of
https://github.com/zebrajr/node.git
synced 2026-01-15 12:15:26 +00:00
doc: fix broken links in commit-queue.md
Fixes: https://github.com/nodejs/node/issues/34787 PR-URL: https://github.com/nodejs/node/pull/34789 Reviewed-By: Michaël Zasso <targos@protonmail.com> Reviewed-By: Denys Otrishko <shishugi@gmail.com> Reviewed-By: Derek Lewis <DerekNonGeneric@inf.is> Reviewed-By: Ruben Bridgewater <ruben@bridgewater.de> Reviewed-By: Mary Marchini <oss@mmarchini.me>
This commit is contained in:
committed by
Mary Marchini
parent
0e30c5bc26
commit
92167e272b
@@ -50,7 +50,7 @@ of the commit queue:
|
||||
|
||||
## Implementation
|
||||
|
||||
The [action](/.github/workflows/commit_queue.yml) will run on scheduler
|
||||
The [action](../../.github/workflows/commit-queue.yml) will run on scheduler
|
||||
events every five minutes. Five minutes is the smallest number accepted by
|
||||
the scheduler. The scheduler is not guaranteed to run every five minutes, it
|
||||
might take longer between runs.
|
||||
@@ -73,7 +73,7 @@ a Jenkins token from
|
||||
`octokit/graphql-action` is used to fetch all Pull Requests with the
|
||||
`commit-queue` label. The output is a JSON payload, so `jq` is used to turn
|
||||
that into a list of PR ids we can pass as arguments to
|
||||
[`commit-queue.sh`](./tools/actions/commit-queue.sh).
|
||||
[`commit-queue.sh`](../../tools/actions/commit-queue.sh).
|
||||
|
||||
> The personal token only needs permission for public repositories and to read
|
||||
> profiles, we can use the GITHUB_TOKEN for write operations. Jenkins token is
|
||||
|
||||
Reference in New Issue
Block a user