From cf70c3d7ee1ccb89648b44b26356723275bba530 Mon Sep 17 00:00:00 2001 From: Albert Larsan <74931857+albertlarsan68@users.noreply.github.com> Date: Sun, 13 Nov 2022 15:31:49 +0100 Subject: [PATCH] Add x tool to triagebot Assign the A-bootstrap label when a pr modifies the x tool. --- triagebot.toml | 1 + 1 file changed, 1 insertion(+) diff --git a/triagebot.toml b/triagebot.toml index 8efd9af41a4..911f0b6ee72 100644 --- a/triagebot.toml +++ b/triagebot.toml @@ -182,6 +182,7 @@ trigger_files = [ "x.ps1", "src/bootstrap", "src/tools/rust-installer", + "src/tools/x", "configure", "Cargo.toml", "Cargo.lock",