Autotag library PRs with T-libs
This commit is contained in:
parent
327caac4d0
commit
a21238cc29
1 changed files with 15 additions and 0 deletions
|
@ -136,6 +136,21 @@ exclude_labels = [
|
||||||
"T-*",
|
"T-*",
|
||||||
]
|
]
|
||||||
|
|
||||||
|
[autolabel."T-libs"]
|
||||||
|
trigger_files = [
|
||||||
|
"library/alloc",
|
||||||
|
"library/core",
|
||||||
|
"library/panic_abort",
|
||||||
|
"library/panic_unwind",
|
||||||
|
"library/std",
|
||||||
|
"library/stdarch",
|
||||||
|
"library/term",
|
||||||
|
"library/test",
|
||||||
|
]
|
||||||
|
exclude_labels = [
|
||||||
|
"T-*",
|
||||||
|
]
|
||||||
|
|
||||||
[notify-zulip."I-prioritize"]
|
[notify-zulip."I-prioritize"]
|
||||||
zulip_stream = 245100 # #t-compiler/wg-prioritization/alerts
|
zulip_stream = 245100 # #t-compiler/wg-prioritization/alerts
|
||||||
topic = "#{number} {title}"
|
topic = "#{number} {title}"
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue