-
Notifications
You must be signed in to change notification settings - Fork 64
Add automatic PR labels #3
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
Conversation
Please explain in a bit more detail what this accomplishes? |
- indra/llwindow/**/* | ||
|
||
llxml: | ||
- indra/llxml/**/* |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Woof, my impulse here is to commit a script that will generate (most of) the labeler.yaml
file, possibly appending the lines below from, say, a labeler.yaml.in
file. This is a file I will certainly forget to modify if in future I add a new indra
subdirectory.
That said, we don't need to block this PR waiting for that.
There is directories missing. At least
maybe some more. Is this intended? |
Yes, this is a fast first pass. More can be added as appropriate as a follow-up. |
This change will result in PRs receiving a set of automatic labels based on the files that have been changed. This is useful for sifting through PRs after dozens/hundreds/thousands have been merged. |
Automatically label PRs with a handful of code-area based groups.