Skip to content

Commit 1d9caf8

Browse files
committed
triagebot: allow users to use regression-* labels
So users without write access can also adjust `regression-*` labels via triagebot.
1 parent 78af10e commit 1d9caf8

1 file changed

Lines changed: 2 additions & 1 deletion

File tree

triagebot.toml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,9 +7,10 @@
77

88
[relabel]
99
allow-unauthenticated = [
10+
"C-*",
1011
"needs-triage",
12+
"regression-*",
1113
"S-*",
12-
"C-*",
1314
]
1415

1516
# ------------------------------------------------------------------------------

0 commit comments

Comments
 (0)