Skip to content

Commit 39ff9d2

Browse files
authored
Rollup merge of #104365 - albertlarsan68:add-x-tool-to-triagebot, r=Mark-Simulacrum
Add x tool to triagebot Assign the A-bootstrap label when a pr modifies the x tool. Happened in #104350.
2 parents 8076b59 + 94b9fbd commit 39ff9d2

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

triagebot.toml

+2
Original file line numberDiff line numberDiff line change
@@ -182,6 +182,7 @@ trigger_files = [
182182
"x.ps1",
183183
"src/bootstrap",
184184
"src/tools/rust-installer",
185+
"src/tools/x",
185186
"configure",
186187
"Cargo.toml",
187188
"Cargo.lock",
@@ -583,3 +584,4 @@ fallback = [
583584
"/src/tools/rustdoc-js" = ["rustdoc"]
584585
"/src/tools/rustdoc-themes" = ["rustdoc"]
585586
"/src/tools/tidy" = ["bootstrap"]
587+
"/src/tools/x" = ["bootstrap"]

0 commit comments

Comments
 (0)