Skip to content

Commit f831d0c

Browse files
authored
triagebot: configure trigger files for A-{CI,meta} (take 2) (#6776)
1 parent 7321133 commit f831d0c

1 file changed

Lines changed: 4 additions & 4 deletions

File tree

triagebot.toml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -24,14 +24,14 @@ exclude_labels = [
2424

2525
[autolabel."A-CI"]
2626
trigger_files = [
27-
"/.github/",
28-
"/check_diff/",
29-
"/ci/",
27+
".github/workflows",
28+
"check_diff",
29+
"ci",
3030
]
3131

3232
[autolabel."A-meta"]
3333
trigger_files = [
34-
"/triagebot.toml",
34+
"triagebot.toml",
3535
]
3636

3737
# ------------------------------------------------------------------------------

0 commit comments

Comments
 (0)