We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
src/ci
.github/workflows
A-CI
1 parent 014bd82 commit 2ca2d93Copy full SHA for 2ca2d93
triagebot.toml
@@ -471,6 +471,7 @@ trigger_files = [
471
472
[autolabel."T-infra"]
473
trigger_files = [
474
+ ".github/workflows",
475
"src/ci",
476
"src/tools/bump-stage0",
477
"src/tools/cargotest",
@@ -598,6 +599,12 @@ trigger_files = [
598
599
"src/tools/clippy",
600
]
601
602
+[autolabel."A-CI"]
603
+trigger_files = [
604
605
+ "src/ci",
606
+]
607
+
608
# ------------------------------------------------------------------------------
609
# Prioritization and team nominations
610
0 commit comments