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.
This commit is contained in:
commit
39ff9d2872
@ -182,6 +182,7 @@ trigger_files = [
|
||||
"x.ps1",
|
||||
"src/bootstrap",
|
||||
"src/tools/rust-installer",
|
||||
"src/tools/x",
|
||||
"configure",
|
||||
"Cargo.toml",
|
||||
"Cargo.lock",
|
||||
@ -583,3 +584,4 @@ fallback = [
|
||||
"/src/tools/rustdoc-js" = ["rustdoc"]
|
||||
"/src/tools/rustdoc-themes" = ["rustdoc"]
|
||||
"/src/tools/tidy" = ["bootstrap"]
|
||||
"/src/tools/x" = ["bootstrap"]
|
||||
|
Loading…
x
Reference in New Issue
Block a user