about summary refs log tree commit diff
path: root/src/doc/rustc-dev-guide
diff options
context:
space:
mode:
authorLeSeulArtichaut <leseulartichaut@gmail.com>2020-10-04 16:18:37 +0200
committerJoshua Nelson <joshua@yottadb.com>2020-10-04 10:27:58 -0400
commitd66cdb10f4877ead04e4e102e36a638d69b423eb (patch)
tree684f05554f2290b73a69ef95c77a0b3d370a010a /src/doc/rustc-dev-guide
parent32e07fe2bf108f21678dd20e9c28af08f7629234 (diff)
downloadrust-d66cdb10f4877ead04e4e102e36a638d69b423eb.tar.gz
rust-d66cdb10f4877ead04e4e102e36a638d69b423eb.zip
Allow anyone to change the status of a PR
Diffstat (limited to 'src/doc/rustc-dev-guide')
-rw-r--r--src/doc/rustc-dev-guide/triagebot.toml7
1 files changed, 7 insertions, 0 deletions
diff --git a/src/doc/rustc-dev-guide/triagebot.toml b/src/doc/rustc-dev-guide/triagebot.toml
index fa0824ac53c..ccb0de862ef 100644
--- a/src/doc/rustc-dev-guide/triagebot.toml
+++ b/src/doc/rustc-dev-guide/triagebot.toml
@@ -1 +1,8 @@
 [assign]
+
+[relabel]
+allow-unauthenticated = [
+    "waiting-on-review",
+    "waiting-on-author",
+    "blocked",
+]