Giter Club home page Giter Club logo

Comments (5)

bjlaub avatar bjlaub commented on May 26, 2024

thinking about this a bit more, it might be better for my use case this were something like a commit_message_contains predicate, e.g.:

approval_rules:
  - name: important people have approved a scary change
    if:
      any_commit_message_contains: "==API_BREAK=="

would trigger the logic if any commit in the PR matches a regex or something.

Reason for this being that we could also have CI builds that might read content on commit messages use that to determine what checks to run, and then policy-bot and the CI builds will be in sync WRT what's being enforced.

from policy-bot.

zachkirsch avatar zachkirsch commented on May 26, 2024

+1

Specifically, it'd be great if policy-bot could disapprove all PRs that have the DO NOT MERGE label added

from policy-bot.

zachkirsch avatar zachkirsch commented on May 26, 2024

@bkeyes - does #151 cover the case of disapproving PRs that have the DO NOT MERGE label? Or is it just for approving PRs that have certain labels?

from policy-bot.

bluekeyes avatar bluekeyes commented on May 26, 2024

It only adds the ability for approval rules to be turned on or off based on the existence of labels. I think the ability to change disapproval based on label conditions is a separate feature request, since disapproval doesn't support any predicates at the moment.

from policy-bot.

zachkirsch avatar zachkirsch commented on May 26, 2024

Would this work?

  - name: disapprove all 'DO NOT MERGE' PRs
    if:
      has_labels:
        - DO NOT MERGE
    requires:
      count: 1
      users: []

from policy-bot.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.