required-labels
required-labels copied to clipboard
🏷 Automated label checking for GitHub pull requests
I recently logged into my heroku dashboard and saw: > The Heroku-18 stack is deprecated > You have 3 personal apps that are using the Heroku-18 stack, which is deprecated....
Heroku has removed support for the `python-3.6.3` runtime. This PR moves the Heroku runtime to `python-3.6.14` which is currently supported.
After you fixed my issue #26, we are now testing out using required labels in our system. Huzzah! But now I have a question for the devels. Would it be...
This PR has the `banned` label attached to it, meaning it doesn't pass the label requirements. This repo is set up with the following configuration REQUIRED_LABELS_ANY: `any`, `any_2` REQUIRED_LABELS_ALL: `all`,...
This PR doesn't have all of the required labels attached to it. We need any one of `any` or `any_2`, and both of `all` and `required`. You can see that...
This label passes all label requirements. We need any one of `any` or `any_2`, and both of `all` and `required`. It cannot have the `banned` label. This repo is set...