summaryrefslogtreecommitdiffstats
path: root/src/doc/rustc-dev-guide/triagebot.toml
diff options
context:
space:
mode:
Diffstat (limited to 'src/doc/rustc-dev-guide/triagebot.toml')
-rw-r--r--src/doc/rustc-dev-guide/triagebot.toml8
1 files changed, 8 insertions, 0 deletions
diff --git a/src/doc/rustc-dev-guide/triagebot.toml b/src/doc/rustc-dev-guide/triagebot.toml
new file mode 100644
index 000000000..ccb0de862
--- /dev/null
+++ b/src/doc/rustc-dev-guide/triagebot.toml
@@ -0,0 +1,8 @@
+[assign]
+
+[relabel]
+allow-unauthenticated = [
+ "waiting-on-review",
+ "waiting-on-author",
+ "blocked",
+]