diff options
| author | LeSeulArtichaut <leseulartichaut@gmail.com> | 2020-10-04 16:18:37 +0200 |
|---|---|---|
| committer | Joshua Nelson <joshua@yottadb.com> | 2020-10-04 10:27:58 -0400 |
| commit | d66cdb10f4877ead04e4e102e36a638d69b423eb (patch) | |
| tree | 684f05554f2290b73a69ef95c77a0b3d370a010a /src/doc/rustc-dev-guide | |
| parent | 32e07fe2bf108f21678dd20e9c28af08f7629234 (diff) | |
| download | rust-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.toml | 7 |
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", +] |
