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.
1 parent f6c0090 commit 56bb517Copy full SHA for 56bb517
src/tools/miri/triagebot.toml
@@ -10,5 +10,14 @@ allow-unauthenticated = [
10
# Gives us the commands 'ready', 'author', 'blocked'
11
[shortcut]
12
13
+# Gives us 'claim', 'release-assignment', 'assign @user'
14
+[assign]
15
+# If set, posts a warning message if the PR is opened against a non-default
16
+# branch (usually main or master).
17
+warn_non_default_branch = true
18
+# If set, the welcome message to new contributors will include this link to
19
+# a contributing guide.
20
+contributing_url = "https://rustc-dev-guide.rust-lang.org/contributing.html"
21
+
22
[no-merges]
23
exclude_titles = ["Rustup"]
0 commit comments