Rollup merge of #63071 - rust-lang:some-new-labels, r=pietroalbini

Allow rustbot to add `F-*` + `requires-nightly`.

r? @pietroalbini
This commit is contained in:
Mazdak Farrokhzad 2019-07-28 11:11:16 +02:00 committed by GitHub
commit 370aa19f28
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -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",
]