diff options
| author | Yuki Okushi <huyuumi.dev@gmail.com> | 2020-02-27 14:38:11 +0900 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2020-02-27 14:38:11 +0900 |
| commit | c384acec291e76b99904bdfc7ddc9694fb0d02cf (patch) | |
| tree | 663aab2a51c305dfb2f08d1097d7807b18d929f8 | |
| parent | 7824a9d47df8aea31b0cc694c70b654a8090f411 (diff) | |
| parent | 2c7c4460bba37ff077e9d56c9dff5b67ecdef8e2 (diff) | |
| download | rust-c384acec291e76b99904bdfc7ddc9694fb0d02cf.tar.gz rust-c384acec291e76b99904bdfc7ddc9694fb0d02cf.zip | |
Rollup merge of #69505 - Mark-Simulacrum:triagebot-diag-labels, r=Centril
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", |
