-
-
Notifications
You must be signed in to change notification settings - Fork 402
feat: Added new method: check for new unlisted tags #3437
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
Co-authored-by: Max Leske <th3s3ion@gmail.com>
Co-authored-by: Max Leske <th3s3ion@gmail.com>
Co-authored-by: Max Leske <th3s3ion@gmail.com>
Co-authored-by: Max Leske <th3s3ion@gmail.com>
Co-authored-by: Max Leske <th3s3ion@gmail.com>
Co-authored-by: Max Leske <th3s3ion@gmail.com>
Please do not merge this until other devs haven't seen. I'm curious about others opinion too. |
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.
I think we should name it APPROVED_TAGS
instead of USED_TAGS
.
Thanks. I wait with the modifications till other opinions. |
I like the idea to use |
No strong feelings on the Maybe this config file should not be on the top level, though. It looks a bit out of place. Maybe in tests or util folder. I like the supplementary Other than that I do like the general idea of the PR. |
There are not that many options. Checking the landscape a bit, I think util would be right place. Right next to the file |
For me there are three options, in order of preference:
I wouldn't put it into |
Thank you all. After thinking about it, may be the top-level isn't a good choice. I wouldn't put it beside the I think the Adding the cli switch I'm going to rename the file to Note: the idea of this feature came from here. |
…into v4.0/checknewtag
Every requested modifications are done. |
Given the |
Motivation: store actually used tags in a file and check PR's that any rules contains a new (unlisted) tag or not.
With this step, we can exclude the addition of unwanted new tags or the misspelling of tags and helps to keep tags in a consistent state.