Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

tools: abort CQ session when landing several commits #40577

Merged
merged 3 commits into from Nov 1, 2021

Commits on Oct 23, 2021

  1. tools: abort CQ session when landing several commits

    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 committed Oct 23, 2021
    Copy the full SHA
    fdd0ac9 View commit details
    Browse the repository at this point in the history

Commits on Oct 25, 2021

  1. Copy the full SHA
    6ded3d4 View commit details
    Browse the repository at this point in the history

Commits on Oct 31, 2021

  1. Copy the full SHA
    3c4672b View commit details
    Browse the repository at this point in the history