We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
waiting_period
auto_closing
1 parent d0aa9b7 commit 53f9aeaCopy full SHA for 53f9aea
src/triagebot/major-changes.md
@@ -41,6 +41,14 @@ concerns_label = "has-concerns"
41
# Defaults to "major-change-accepted".
42
accept_label = "major-change-accepted"
43
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
52
# Optional extra text that is included in the GitHub comment when the issue is opened.
53
open_extra_text = "cc @rust-lang/compiler @rust-lang/compiler-contributors"
54
0 commit comments