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]: a mode where nothing is checked #599

Open
cyberhck opened this issue Feb 14, 2020 · 1 comment
Open

[feature request]: a mode where nothing is checked #599

cyberhck opened this issue Feb 14, 2020 · 1 comment

Comments

@cyberhck
Copy link

I want to have a config where I simply put a label "ready to merge", then it'll wait for the tests to pass, and if the merge is possible, it merges, (I can always protect my master branch anyway, there's no need to have settings in github's setting and on yaml file)

@bobvanderlinden
Copy link
Owner

bobvanderlinden commented Feb 14, 2020

It sounds like this should already be possible using something like:

minApprovals:
  NONE: 0

requiredLabels:
- ready to merge

Does that suffice for your use-case?

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

2 participants