Skip to content

Commit

Permalink
Auto merge of #3018 - ehuss:highfive-triagebot, r=JohnTitor
Browse files Browse the repository at this point in the history
Migrate from highfive to triagebot

This migrates this repository from using the highfive bot to using triagebot (aka rustbot).

This should not be merged without coordinating the removal of the highfive webhook and/or merging rust-lang/highfive#433.
  • Loading branch information
bors committed Nov 27, 2022
2 parents dafa567 + 8e874bd commit 605f6c3
Showing 1 changed file with 19 additions and 0 deletions.
19 changes: 19 additions & 0 deletions triagebot.toml
Expand Up @@ -3,4 +3,23 @@ allow-unauthenticated = [
"C-*", "O-*", "S-*"
]

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

[assign]
contributing_url = "https://github.com/rust-lang/libc/blob/master/CONTRIBUTING.md"

[assign.owners]
"*" = ["@JohnTitor"]

[mentions."src/unix/bsd/netbsdlike/openbsd"]
message = "Some changes occurred in OpenBSD module"
cc = ["@semarie"]

[mentions."src/unix/bsd/netbsdlike/mod.rs"]
message = "Some changes occurred in OpenBSD module"
cc = ["@semarie"]

[mentions."src/unix/solarish"]
message = "Some changes occurred in solarish module"
cc = ["@jclulow", "@pfmooney"]

0 comments on commit 605f6c3

Please sign in to comment.