Skip to content

Commit

Permalink
Auto merge of #3020 - ehuss:highfive-triagebot2, 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 is ready to merge now, feel free to merge to re-enable auto-assignment.
  • Loading branch information
bors committed Nov 27, 2022
2 parents c943911 + 37201f1 commit e4b8fd4
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 e4b8fd4

Please sign in to comment.