Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 4 additions & 0 deletions src/triagebot/major-changes.md
Original file line number Diff line number Diff line change
Expand Up @@ -32,6 +32,10 @@ second_label = "final-comment-period"
# Typically this is used to track what needs to be discussed at a meeting.
meeting_label = "to-announce"

# Label that indicates there are active concerns on the MCP
# Typically tracked by `@rustbot concern`
concerns_label = "has-concerns"

# When this label is added to an issue, that triggers acceptance of the proposal
# which sends an update to Zulip.
# Defaults to "major-change-accepted".
Expand Down