diff options
| author | Mazdak Farrokhzad <twingoow@gmail.com> | 2019-07-28 11:11:16 +0200 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2019-07-28 11:11:16 +0200 |
| commit | 370aa19f28ea6d42f1aaf6de39a294e5e4e9aab7 (patch) | |
| tree | 5f511147f1c0f419f26fb362c24710e1cd459ec6 | |
| parent | d17ad1b0699ecc1d92677f642b8832202de96a98 (diff) | |
| parent | 84c6d3088e7dfe580172556218a2a3494e08ccd8 (diff) | |
| download | rust-370aa19f28ea6d42f1aaf6de39a294e5e4e9aab7.tar.gz rust-370aa19f28ea6d42f1aaf6de39a294e5e4e9aab7.zip | |
Rollup merge of #63071 - rust-lang:some-new-labels, r=pietroalbini
Allow rustbot to add `F-*` + `requires-nightly`. r? @pietroalbini
| -rw-r--r-- | triagebot.toml | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/triagebot.toml b/triagebot.toml index 0e703a3ab34..f3509897bdf 100644 --- a/triagebot.toml +++ b/triagebot.toml @@ -1,6 +1,7 @@ [relabel] allow-unauthenticated = [ - "C-*", "A-*", "E-*", "NLL-*", "O-*", "S-*", "T-*", "WG-*", + "C-*", "A-*", "E-*", "NLL-*", "O-*", "S-*", "T-*", "WG-*", "F-*", + "requires-nightly", # I-* without I-nominated "I-compilemem", "I-compiletime", "I-crash", "I-hang", "I-ICE", "I-slow", ] |
