Add new bootstrap entrypoints to triagebot

This commit is contained in:
nils 2022-10-13 17:38:30 +02:00 committed by GitHub
parent 4891d57f7a
commit 6d609c5d6e
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 2 additions and 0 deletions

View File

@ -179,6 +179,8 @@ exclude_labels = [
[autolabel."A-bootstrap"] [autolabel."A-bootstrap"]
trigger_files = [ trigger_files = [
"x.py", "x.py",
"x",
"x.ps1",
"src/bootstrap", "src/bootstrap",
"src/tools/rust-installer", "src/tools/rust-installer",
] ]