about summary refs log tree commit diff
diff options
context:
space:
mode:
authorYuki Okushi <huyuumi.dev@gmail.com>2020-02-27 14:38:11 +0900
committerGitHub <noreply@github.com>2020-02-27 14:38:11 +0900
commitc384acec291e76b99904bdfc7ddc9694fb0d02cf (patch)
tree663aab2a51c305dfb2f08d1097d7807b18d929f8
parent7824a9d47df8aea31b0cc694c70b654a8090f411 (diff)
parent2c7c4460bba37ff077e9d56c9dff5b67ecdef8e2 (diff)
downloadrust-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.toml1
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",