-
-
Notifications
You must be signed in to change notification settings - Fork 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
[RFC] Allow intention management with labels #12
Labels
Comments
webknjaz
added
enhancement
New feature or request
help wanted
Extra attention is needed
labels
Jul 4, 2019
@asottile @gaborbernat @asvetlov does above look reasonable? |
Sounds good to me 👍 |
|
webknjaz
added a commit
that referenced
this issue
Aug 20, 2021
webknjaz
added a commit
that referenced
this issue
Mar 9, 2023
This patch will allow the end users to set their own label name for letting the bot ignore missing changelog fragments in PRs. Ref: #12.
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Idea
Project maintainers should be able to set labels instructing the bot to omit or enforce requiring change fragments.
Implementation
If
bot:chronographer:skip
label is set, the bot should report a neutral status.Otherwise, the bot should set
bot:chronographer:required
label if the fragment is missing andbot:chronographer:provided
if it's there.The bot should allow maintainers to set
bot:chronographer:more
if the fragment is present but needs to be updated/extended or maybe if the PR needs several fragments. The bot should report "action_required". Once the requirement is fulfilled, the bot must remove this label.Ref: tox-dev/tox#1364 (comment)
The text was updated successfully, but these errors were encountered: