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: ensure the PR was not pushed before merging #40747

Merged
merged 1 commit into from Nov 7, 2021

Commits on Nov 6, 2021

  1. tools: ensure the PR was not pushed before merging

    When using Squash and Merge feature, it would allow to a malicious
    actor to push unreviewed code to their PR while the CQ is running and
    bypass the usual checks.
    This commit adds a check to refuse to land if the head of the PR
    branch is different from the one validated by ncu.
    aduh95 committed Nov 6, 2021
    Copy the full SHA
    8f1e23b View commit details
    Browse the repository at this point in the history