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

Feature Request: Set default number of reviews required and override for github labels #18

Open
jeremyricketts opened this issue May 24, 2017 · 0 comments

Comments

@jeremyricketts
Copy link
Contributor

On our team, we use the label EZ on a PR, if the change is so small, it only needs one review (rather than the usual 2). It would be rad if ReviewBot didn't keep asking for a second review for those types of PRs. Since the label may be different for every team, it seems like it would be cool to make this a configurable setting.

Maybe we could set a default and then override per github label? Thinking outloud:

"reviews_default": 2,
"labels": [
      {
        "important": 3,
        "EZ": 1,
      },

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant