Skip to content

tools: only include fast-tracked and old enough PRs in CQ - #65197

Open
aduh95 wants to merge 3 commits into
nodejs:mainfrom
aduh95:fewer-prs-in-cq
Open

tools: only include fast-tracked and old enough PRs in CQ#65197
aduh95 wants to merge 3 commits into
nodejs:mainfrom
aduh95:fewer-prs-in-cq

Conversation

@aduh95

@aduh95aduh95 commented Aug 10, 2026

Copy link
Copy Markdown
Contributor

IIUC we are searching for:

  • PRs with commit-queueAdd this label to land a pull request using GitHub Actions. that are more than 48 hours old
  • PRs with commit-queueAdd this label to land a pull request using GitHub Actions. and fast-trackPRs that do not need to wait for 48 hours to land.
  • PRs with commit-queueAdd this label to land a pull request using GitHub Actions.

That third category is redundant, we know that those PRs are not ready yet, we'd better filter them out.

Also updates the commit-queue doc with changes from #65101 and #65162.

Signed-off-by: Antoine du Hamel <duhamelantoine1995@gmail.com>
@nodejs-github-bot

Copy link
Copy Markdown
Collaborator

Review requested:

  • @nodejs/actions

@nodejs-github-botnodejs-github-bot added the meta Issues and PRs related to the general management of the project. label Aug 10, 2026
@panvapanva added the author ready PRs that have at least one approval, no pending requests for changes, and a CI started. label Aug 10, 2026
@aduh95aduh95 added the commit-queue Add this label to land a pull request using GitHub Actions. label Aug 10, 2026
@panvapanva added commit-queue Add this label to land a pull request using GitHub Actions. fast-track PRs that do not need to wait for 48 hours to land. and removed commit-queue Add this label to land a pull request using GitHub Actions. labels Aug 10, 2026
@github-actions

Copy link
Copy Markdown
Contributor

Fast-track has been requested by @panva. Please 👍 to approve.

Sign up for freeto join this conversation on GitHub. Already have an account? Sign in to comment

Labels

author readyPRs that have at least one approval, no pending requests for changes, and a CI started.commit-queueAdd this label to land a pull request using GitHub Actions.fast-trackPRs that do not need to wait for 48 hours to land.metaIssues and PRs related to the general management of the project.

Projects

None yet

Development

Successfully merging this pull request may close these issues.

5 participants

@aduh95@nodejs-github-bot@panva@lpinca@MoLow