We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
A-{CI,meta}
1 parent 7321133 commit f831d0cCopy full SHA for f831d0c
1 file changed
triagebot.toml
@@ -24,14 +24,14 @@ exclude_labels = [
24
25
[autolabel."A-CI"]
26
trigger_files = [
27
- "/.github/",
28
- "/check_diff/",
29
- "/ci/",
+ ".github/workflows",
+ "check_diff",
+ "ci",
30
]
31
32
[autolabel."A-meta"]
33
34
- "/triagebot.toml",
+ "triagebot.toml",
35
36
37
# ------------------------------------------------------------------------------
0 commit comments