Skip to content

Commit

Permalink
Rollup merge of #104365 - albertlarsan68:add-x-tool-to-triagebot, r=M…
Browse files Browse the repository at this point in the history
…ark-Simulacrum

Add x tool to triagebot

Assign the A-bootstrap label when a pr modifies the x tool.

Happened in #104350.
  • Loading branch information
matthiaskrgr authored Nov 13, 2022
2 parents 8076b59 + 94b9fbd commit 39ff9d2
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions triagebot.toml
Original file line number Diff line number Diff line change
Expand Up @@ -182,6 +182,7 @@ trigger_files = [
"x.ps1",
"src/bootstrap",
"src/tools/rust-installer",
"src/tools/x",
"configure",
"Cargo.toml",
"Cargo.lock",
Expand Down Expand Up @@ -583,3 +584,4 @@ fallback = [
"/src/tools/rustdoc-js" = ["rustdoc"]
"/src/tools/rustdoc-themes" = ["rustdoc"]
"/src/tools/tidy" = ["bootstrap"]
"/src/tools/x" = ["bootstrap"]

0 comments on commit 39ff9d2

Please sign in to comment.