Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 2 additions & 0 deletions doc/contributing/commit-queue.md
Original file line number Diff line number Diff line change
Expand Up @@ -54,6 +54,8 @@ of the commit queue:
2. A CI must've ran and succeeded since the last change on the PR
3. A collaborator must have approved the PR since the last change
4. Only Jenkins CI and GitHub Actions are checked (V8 CI and CITGM are ignored)
5. The PR must target the `main` branch (PRs opened against other branches, such
as backport PRs, are ignored)
Comment on lines 54 to +58
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Doesn't have to be resolved in this PR, but the use of an ordered list doesn't really make sense here; the style guide we follow says we should use unordered list, and add periods.

Suggested change
2. A CI must've ran and succeeded since the last change on the PR
3. A collaborator must have approved the PR since the last change
4. Only Jenkins CI and GitHub Actions are checked (V8 CI and CITGM are ignored)
5. The PR must target the `main` branch (PRs opened against other branches, such
as backport PRs, are ignored)
- A CI must've ran and succeeded since the last change on the PR.
- A collaborator must have approved the PR since the last change.
- Only Jenkins CI and GitHub Actions are checked (V8 CI and CITGM are ignored).
- The PR must target the `main` branch (PRs opened against other branches, such
as backport PRs, are ignored).


## Implementation

Expand Down
Loading