FazBrowse GitHub Viewer | Trending |
URL:
| Home
Tools: [Download Repo ZIP]   [Original HTTPS Page]

tools: abort CQ session when landing several commits by aduh95 · Pull Request #40577 · nodejs/node · GitHub

/ node Public

tools: abort CQ session when landing several commits - #40577

Merged
aduh95 merged 3 commits into
nodejs:masterfrom
aduh95:more-control-on-commit-queue
Nov 1, 2021
Merged

tools: abort CQ session when landing several commits#40577
aduh95 merged 3 commits into
nodejs:masterfrom
aduh95:more-control-on-commit-queue

Conversation

aduh95 commented Oct 23, 2021
edited
Loading

Copy link
Copy Markdown
Contributor

Most PRs are meant to be squashed in one commit when landing. If the
collaborator hasn't been using fixup! commits, the CQ will land the PR
as several commits. This change makes the CQ abort by default
when attempting to land several commits, unless there's another
label added to the PR to force squashing or landing as several commits.

Fixes: #40436
Blocked on nodejs/node-core-utils#572

Most PRs are meant to be squashed in one commit when landing. If the
collaborator hasn't been using `fixup!` commits, the CQ lands the PR
as several commits. This change makes the CQ abort by default
when attempting to land several commits, unless there's another
label added to the PR to force squashing or landing as several commits.

Fixes: nodejs#40436
Refs: nodejs/node-core-utils#572
aduh95 added the blocked PRs that are blocked by other issues or PRs. label Oct 23, 2021
nodejs-github-bot added the tools Issues and PRs related to the tools directory. label Oct 23, 2021
Comment thread doc/guides/commit-queue.md Outdated
aduh95 removed the blocked PRs that are blocked by other issues or PRs. label Oct 29, 2021
aduh95 requested review from mmarchini and targos October 29, 2021 08:05
aduh95 added a commit to nodejs/node-auto-test that referenced this pull request Oct 30, 2021
Most PRs are meant to be squashed in one commit when landing. If the
collaborator hasn't been using `fixup!` commits, the CQ lands the PR
as several commits. This change makes the CQ abort by default
when attempting to land several commits, unless there's another
label added to the PR to force squashing or landing as several commits.

Fixes: nodejs/node#40436
Refs: nodejs/node-core-utils#572

PR-URL: nodejs/node#40577
aduh95 added a commit to nodejs/node-auto-test that referenced this pull request Oct 30, 2021
Most PRs are meant to be squashed in one commit when landing. If the
collaborator hasn't been using `fixup!` commits, the CQ lands the PR
as several commits. This change makes the CQ abort by default
when attempting to land several commits, unless there's another
label added to the PR to force squashing or landing as several commits.

Fixes: nodejs/node#40436
Refs: nodejs/node-core-utils#572

PR-URL: nodejs/node#40577
Comment thread doc/guides/commit-queue.md Outdated
aduh95 added the author ready PRs that have at least one approval, no outstanding review comments, and a CI started. label Oct 31, 2021
aduh95 merged commit 9bd6d52 into nodejs:master Nov 1, 2021

aduh95 commented Nov 1, 2021

Copy link
Copy Markdown
Contributor Author

Landed in 9bd6d52

aduh95 deleted the more-control-on-commit-queue branch November 1, 2021 20:03
targos pushed a commit that referenced this pull request Nov 6, 2021
Most PRs are meant to be squashed in one commit when landing. If the
collaborator hasn't been using `fixup!` commits, the CQ lands the PR
as several commits. This change makes the CQ abort by default
when attempting to land several commits, unless there's another
label added to the PR to force squashing or landing as several commits.

Fixes: #40436
Refs: nodejs/node-core-utils#572

PR-URL: #40577
Reviewed-By: Michaël Zasso <targos@protonmail.com>
Reviewed-By: Rich Trott <rtrott@gmail.com>
targos mentioned this pull request Nov 8, 2021
BethGriggs pushed a commit that referenced this pull request Nov 25, 2021
Most PRs are meant to be squashed in one commit when landing. If the
collaborator hasn't been using `fixup!` commits, the CQ lands the PR
as several commits. This change makes the CQ abort by default
when attempting to land several commits, unless there's another
label added to the PR to force squashing or landing as several commits.

Fixes: #40436
Refs: nodejs/node-core-utils#572

PR-URL: #40577
Reviewed-By: Michaël Zasso <targos@protonmail.com>
Reviewed-By: Rich Trott <rtrott@gmail.com>
BethGriggs mentioned this pull request Nov 26, 2021
1 task
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters. Learn more about bidirectional Unicode characters
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

author ready PRs that have at least one approval, no outstanding review comments, and a CI started. tools Issues and PRs related to the tools directory.

Projects

None yet

Development

Successfully merging this pull request may close these issues.

Commit queue and unsquashed commits

5 participants


Back | FazBrowse Home | New Git URL