Skip to content

Commit bc189e2

Browse files
authored
Merge pull request #879 from Urgau/triagebot-major-change-concerns_label
Add documentation about new `concerns_label` field for major-change
2 parents 0f9b8a5 + 46e1c01 commit bc189e2

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

src/triagebot/major-changes.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -32,6 +32,10 @@ second_label = "final-comment-period"
3232
# Typically this is used to track what needs to be discussed at a meeting.
3333
meeting_label = "to-announce"
3434

35+
# Label that indicates there are active concerns on the MCP
36+
# Typically tracked by `@rustbot concern`
37+
concerns_label = "has-concerns"
38+
3539
# When this label is added to an issue, that triggers acceptance of the proposal
3640
# which sends an update to Zulip.
3741
# Defaults to "major-change-accepted".

0 commit comments

Comments
 (0)