From d66cdb10f4877ead04e4e102e36a638d69b423eb Mon Sep 17 00:00:00 2001 From: LeSeulArtichaut Date: Sun, 4 Oct 2020 16:18:37 +0200 Subject: [PATCH] Allow anyone to change the status of a PR --- src/doc/rustc-dev-guide/triagebot.toml | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/src/doc/rustc-dev-guide/triagebot.toml b/src/doc/rustc-dev-guide/triagebot.toml index fa0824ac53c0..ccb0de862ef0 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", +]