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

doc: update README to test PR squashing #40

Closed
wants to merge 13 commits into from

Commits on Oct 30, 2021

  1. tools: avoid fetch extra commits when validating commit messages

    PR-URL: nodejs/node#39128
    Reviewed-By: Mary Marchini <oss@mmarchini.me>
    aduh95 committed Oct 30, 2021
    Configuration menu
    Copy the full SHA
    d855b03 View commit details
    Browse the repository at this point in the history
  2. 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/node#40436
    Refs: nodejs/node-core-utils#572
    
    PR-URL: nodejs/node#40577
    aduh95 committed Oct 30, 2021
    Configuration menu
    Copy the full SHA
    cad7fb9 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    f3821a4 View commit details
    Browse the repository at this point in the history

Commits on Oct 31, 2021

  1. drop:re-enable CQ worlflows

    aduh95 committed Oct 31, 2021
    Configuration menu
    Copy the full SHA
    9a7b6fd View commit details
    Browse the repository at this point in the history
  2. tools: don't use secret token

    aduh95 committed Oct 31, 2021
    Configuration menu
    Copy the full SHA
    04a23e4 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    7abb10a View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    afc35da View commit details
    Browse the repository at this point in the history
  5. Revert "doc: update README to test PR squashing"

    This reverts commit 7abb10a.
    aduh95 committed Oct 31, 2021
    Configuration menu
    Copy the full SHA
    dd66ba5 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    f5b0a22 View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    03a84b5 View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    ac47323 View commit details
    Browse the repository at this point in the history
  9. Configuration menu
    Copy the full SHA
    9aa5d82 View commit details
    Browse the repository at this point in the history
  10. Configuration menu
    Copy the full SHA
    e22bca8 View commit details
    Browse the repository at this point in the history