Skip to content

Commit 028fdc8

Browse files
authored
triagebot: add some auto-labels for meta/CI files (#6774)
1 parent 88ec076 commit 028fdc8

1 file changed

Lines changed: 12 additions & 0 deletions

File tree

triagebot.toml

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -22,6 +22,18 @@ exclude_labels = [
2222
"C-tracking-issue",
2323
]
2424

25+
[autolabel."A-CI"]
26+
trigger_files = [
27+
"/.github/",
28+
"/check_diff/",
29+
"/ci/",
30+
]
31+
32+
[autolabel."A-meta"]
33+
trigger_files = [
34+
"/triagebot.toml",
35+
]
36+
2537
# ------------------------------------------------------------------------------
2638
# PR review
2739
# ------------------------------------------------------------------------------

0 commit comments

Comments
 (0)