diff options
| author | Mark Rousskov <mark.simulacrum@gmail.com> | 2020-02-26 20:54:13 -0500 |
|---|---|---|
| committer | Mark Rousskov <mark.simulacrum@gmail.com> | 2020-02-26 20:54:13 -0500 |
| commit | 2c7c4460bba37ff077e9d56c9dff5b67ecdef8e2 (patch) | |
| tree | 08c33895a4d49072824ac6ec5f93ef8e9914b29a | |
| parent | 834bc5650acf7019a53b409db68986857822812c (diff) | |
| download | rust-2c7c4460bba37ff077e9d56c9dff5b67ecdef8e2.tar.gz rust-2c7c4460bba37ff077e9d56c9dff5b67ecdef8e2.zip | |
Enable setting diagnostic labels
| -rw-r--r-- | triagebot.toml | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/triagebot.toml b/triagebot.toml index 7ece7f977ce..a174dd1e7f3 100644 --- a/triagebot.toml +++ b/triagebot.toml @@ -1,6 +1,7 @@ [relabel] allow-unauthenticated = [ "C-*", "A-*", "E-*", "NLL-*", "O-*", "S-*", "T-*", "WG-*", "F-*", + "D-*", "requires-nightly", # I-* without I-nominated "I-*", "!I-nominated", |
