dimagi / required-labels

🏷 Automated label checking for GitHub pull requests
BSD 3-Clause "New" or "Revised" License
47 stars 16 forks source link

Label requirements passed example #20

Open proteusvacuum opened 6 years ago

proteusvacuum commented 6 years ago

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 up with the following configuration REQUIRED_LABELS_ANY: any, any_2 REQUIRED_LABELS_ALL: all, required BANNED_LABELS: banned

You can also see the config for this app here.