Skip to content

Commit

Permalink
Migrate from highfive to triagebot
Browse files Browse the repository at this point in the history
  • Loading branch information
ehuss committed Oct 24, 2022
1 parent 09ad0b3 commit 8e874bd
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 8e874bd

Please sign in to comment.