-
Notifications
You must be signed in to change notification settings - Fork 1.1k
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
Add an action to automatically add area:
labels
#10924
Conversation
area:
tagsarea:
labels
good job regardless (action: https://github.com/actions/labeler) |
think it's good to go, but I'd like a second pair of eyes in case I missed something (the docs are convoluted) |
"area:help centre": | ||
- changed-files: | ||
- any-glob-to-any-file: | ||
- wiki/Help_centre/** |
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.
doesnt really matter but i think this is supposed to indent more like
"area:help centre": | |
- changed-files: | |
- any-glob-to-any-file: | |
- wiki/Help_centre/** | |
"area:help centre": | |
- changed-files: | |
- any-glob-to-any-file: | |
- wiki/Help_centre/** |
(and all the others)
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.
My formatters (Prettier and Red Hat) say that it is formatted like this, I searched and this page (of prettier) is an example of this
"area:news": | ||
- changed-files: | ||
- any-glob-to-any-file: | ||
- news/**/*.md |
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.
why does this one get .md
when others dont?
also probably include the news images directory
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.
Because the folder has config files of formatting, it can be deleted if not necessary
Co-authored-by: clayton <me@clayton.cc>
https://github.com/actions/labeler
Addresses https://discord.com/channels/188630481301012481/218677502141399041/1170639204393422878
Self-check