about summary refs log tree commit diff
diff options
context:
space:
mode:
authornils <48135649+Nilstrieb@users.noreply.github.com>2022-10-13 17:38:30 +0200
committerGitHub <noreply@github.com>2022-10-13 17:38:30 +0200
commit6d609c5d6ed5339e4e235e0556a3656ab2697f4f (patch)
tree7387b2c584165b8fc3fb718faf3c2f4c9ce4a209
parent4891d57f7aab37b5d6a84f2901c0bb8903111d53 (diff)
downloadrust-6d609c5d6ed5339e4e235e0556a3656ab2697f4f.tar.gz
rust-6d609c5d6ed5339e4e235e0556a3656ab2697f4f.zip
Add new bootstrap entrypoints to triagebot
-rw-r--r--triagebot.toml2
1 files changed, 2 insertions, 0 deletions
diff --git a/triagebot.toml b/triagebot.toml
index 181fb1de930..69bd4939409 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",
 ]