-
Notifications
You must be signed in to change notification settings - Fork 76
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
Manage labels in triagebot.toml #1681
Comments
I could help the work if this feature is accepted. Thank you :) |
This comment was marked as off-topic.
This comment was marked as off-topic.
I don't think creation of labels needs to be part of auto label (you might want a label but not automate tagging PRs with it). I think the label definitions would live per repository (triagebot.toml already lives in each repository), so this seems quite reasonable - not sure I follow discussion around cargo. |
I am not sure if we are on the same page. Autolabeling is already a thing. What I request here is an extension of autolabels feature: "If triagebot notices there is a @Mark-Simulacrum, do you suggest a new table for the defining labels? I am a bit afraid of those definitions becoming duplicated. |
Yes, a separate table makes sense to me. I'm not very worried about duplication, the two sections can be side by side. |
sorry I clearly had not enough context to express an opinion. Thanks for clarifying. |
What
Would like to define labels in
triagebot.toml
and make them in sync with GitHub. Maybe sync them fromtriagebot.toml
but not the other way around.From: rust-lang/cargo#11679 (comment)
How
Given an
autolabel
table:triagebot will try to create or update that label when
triagebot.toml
gets updates.The text was updated successfully, but these errors were encountered: