Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Appearance settings

Commit e54a684

Browse filesBrowse files
lpincaBethGriggs
authored andcommitted
doc: fix broken links in commit-queue.md
Fixes: #34787 PR-URL: #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>
1 parent c458e84 commit e54a684
Copy full SHA for e54a684

File tree

Expand file treeCollapse file tree

1 file changed

+2
-2
lines changed
Open diff view settings
Filter options
Expand file treeCollapse file tree

1 file changed

+2
-2
lines changed
Open diff view settings
Collapse file

‎doc/guides/commit-queue.md‎

Copy file name to clipboardExpand all lines: doc/guides/commit-queue.md
+2-2Lines changed: 2 additions & 2 deletions
  • Display the source diff
  • Display the rich diff
Original file line numberDiff line numberDiff 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
5454
events every five minutes. Five minutes is the smallest number accepted by
5555
the scheduler. The scheduler is not guaranteed to run every five minutes, it
5656
might 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
7575
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).
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

0 commit comments

Comments
0 (0)
Morty Proxy This is a proxified and sanitized view of the page, visit original site.