etclabscore / pristine

Pristine is an open source repository in its original condition.
Apache License 2.0
11 stars 9 forks source link

automate label for `too fresh` or extra labels #22

Closed shanejonas closed 5 years ago

shanejonas commented 5 years ago

I've solved this via github bots for now. not sure how we want to document this approach. but i will outlline what i've done below:

Install the following github apps

Getting Automated triaged issues into a column

created a Card in the Discuss Column on the project board like this:

###### Automation Rules

<!-- Documentation: https://github.com/philschatz/project-bot -->

- `added_label` **triage**
shanejonas commented 5 years ago

There is also this github app to allow you to have a .github/settings.yml file to define labels and other github settings. seems pretty aligned.

https://probot.github.io/apps/settings/

shanejonas commented 5 years ago

this looks like it's working for our use case.