From 6d609c5d6ed5339e4e235e0556a3656ab2697f4f Mon Sep 17 00:00:00 2001
From: nils <48135649+Nilstrieb@users.noreply.github.com>
Date: Thu, 13 Oct 2022 17:38:30 +0200
Subject: [PATCH] Add new bootstrap entrypoints to triagebot

---
 triagebot.toml | 2 ++
 1 file changed, 2 insertions(+)

diff --git a/triagebot.toml b/triagebot.toml
index 181fb1de93055..69bd49394099d 100644
--- a/triagebot.toml
+++ b/triagebot.toml
@@ -179,6 +179,8 @@ exclude_labels = [
 [autolabel."A-bootstrap"]
 trigger_files = [
     "x.py",
+    "x",
+    "x.ps1",
     "src/bootstrap",
     "src/tools/rust-installer",
 ]