Skip to content

Commit

Permalink
Merge pull request #4052 from tgross35/ci-autolabel
Browse files Browse the repository at this point in the history
triagebot: Add an autolabel for CI
  • Loading branch information
tgross35 authored Nov 16, 2024
2 parents 4eb269c + 82b82fb commit 7667d4d
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions triagebot.toml
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,13 @@ contributing_url = "https://github.com/rust-lang/libc/blob/HEAD/CONTRIBUTING.md"
"@tgross35",
]

[autolabel."A-CI"]
trigger_files = [
".cirrus.yml",
".github",
"src/ci",
]

[autolabel."S-waiting-on-review"]
new_pr = true

Expand Down

0 comments on commit 7667d4d

Please sign in to comment.