Skip to content

Commit 53f9aea

Browse files
committed
Document triagebot waiting_period and auto_closing for MCP
1 parent d0aa9b7 commit 53f9aea

File tree

1 file changed

+8
-0
lines changed

1 file changed

+8
-0
lines changed

src/triagebot/major-changes.md

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -41,6 +41,14 @@ concerns_label = "has-concerns"
4141
# Defaults to "major-change-accepted".
4242
accept_label = "major-change-accepted"
4343

44+
# Waiting period (in days) before the MCP is considered accepted.
45+
# Defaults to 10 days.
46+
waiting_period = 10
47+
48+
# Enables automatic closing of the major change when the waiting period is completed.
49+
# Defaults to false.
50+
auto_closing = true
51+
4452
# Optional extra text that is included in the GitHub comment when the issue is opened.
4553
open_extra_text = "cc @rust-lang/compiler @rust-lang/compiler-contributors"
4654

0 commit comments

Comments
 (0)