Skip to content

Commit

Permalink
doc: fix broken links in commit-queue.md
Browse files Browse the repository at this point in the history
Fixes: #34787

PR-URL: #34789
Reviewed-By: Michaël Zasso <[email protected]>
Reviewed-By: Denys Otrishko <[email protected]>
Reviewed-By: Derek Lewis <[email protected]>
Reviewed-By: Ruben Bridgewater <[email protected]>
Reviewed-By: Mary Marchini <[email protected]>
  • Loading branch information
lpinca authored and BethGriggs committed Aug 20, 2020
1 parent c458e84 commit e54a684
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions doc/guides/commit-queue.md
Original file line number Diff line number Diff line change
Expand Up @@ -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.
Expand All @@ -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
Expand Down

0 comments on commit e54a684

Please sign in to comment.