Skip to content

Commit 221051e

Browse files
committed
Auto merge of #12052 - weihanglo:autolabel-update, r=epage
chore: update trigger_files in autolabel
2 parents 236ee3d + f92227f commit 221051e

File tree

1 file changed

+19
-4
lines changed

1 file changed

+19
-4
lines changed

triagebot.toml

Lines changed: 19 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,6 @@ allow-unauthenticated = [
99
"S-*",
1010
"Z-*",
1111
"beta-nominated",
12-
"needs-mcve",
1312
"regression-*",
1413
"relnotes",
1514
]
@@ -104,7 +103,10 @@ trigger_files = ["src/cargo/sources/directory.rs"]
104103
trigger_files = ["src/doc/"]
105104

106105
[autolabel."A-environment-variables"]
107-
trigger_files = ["crates/home/"]
106+
trigger_files = [
107+
"crates/home/",
108+
"src/cargo/util/config/environment.rs",
109+
]
108110

109111
[autolabel."A-errors"]
110112
trigger_files = ["src/cargo/util/diagnostic_server.rs"]
@@ -121,6 +123,19 @@ trigger_files = ["src/cargo/core/compiler/future_incompat.rs"]
121123
[autolabel."A-git"]
122124
trigger_files = ["src/cargo/sources/git/"]
123125

126+
[autolabel."A-infrastructure"]
127+
trigger_files = [
128+
".cargo/",
129+
".github/",
130+
"build.rs",
131+
"ci/",
132+
"clippy.toml",
133+
"crates/xtask-",
134+
"deny.toml",
135+
"publish.py",
136+
"triagebot.toml",
137+
]
138+
124139
[autolabel."A-interacts-with-crates.io"]
125140
trigger_files = ["crates/crates-io/", "src/cargo/ops/registry.rs"]
126141

@@ -150,7 +165,7 @@ trigger_files = [
150165
]
151166

152167
[autolabel."A-networking"]
153-
trigger_files = ["src/cargo/util/network.rs"]
168+
trigger_files = ["src/cargo/util/network/"]
154169

155170
[autolabel."A-overrides"]
156171
trigger_files = ["src/cargo/sources/replaced.rs"]
@@ -169,9 +184,9 @@ trigger_files = ["src/cargo/util/auth.rs", "credential/"]
169184

170185
[autolabel."A-semver"]
171186
trigger_files = [
187+
"crates/semver-check",
172188
"src/cargo/util/semver_ext.rs",
173189
"src/cargo/util/to_semver.rs",
174-
"src/doc/semver-check/",
175190
]
176191

177192
[autolabel."A-source-replacement"]

0 commit comments

Comments
 (0)