diff options
| author | bors <bors@rust-lang.org> | 2022-11-27 16:20:05 +0000 |
|---|---|---|
| committer | bors <bors@rust-lang.org> | 2022-11-27 16:20:05 +0000 |
| commit | ef8439780c648491c3676d5d8c2edfa75a7c546d (patch) | |
| tree | 4acea89358c050453d4d04de89382f5c5c901f8e | |
| parent | c55cadcfd9616c37d60d3be11c4ddc8dd1c25a4c (diff) | |
| parent | 13dfbb2fa526afc4d425459868d7951e248ba65c (diff) | |
| download | rust-ef8439780c648491c3676d5d8c2edfa75a7c546d.tar.gz rust-ef8439780c648491c3676d5d8c2edfa75a7c546d.zip | |
Auto merge of #9963 - ehuss:highfive-triagebot, r=xFrednet
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 https://github.com/rust-lang/highfive/pull/435. changelog: none
| -rw-r--r-- | triagebot.toml | 18 |
1 files changed, 16 insertions, 2 deletions
diff --git a/triagebot.toml b/triagebot.toml index 80c30393832..c615d18f868 100644 --- a/triagebot.toml +++ b/triagebot.toml @@ -4,9 +4,23 @@ allow-unauthenticated = [ "good-first-issue" ] -[assign] - # Allows shortcuts like `@rustbot ready` # # See https://github.com/rust-lang/triagebot/wiki/Shortcuts [shortcut] + +[assign] +contributing_url = "https://github.com/rust-lang/rust-clippy/blob/master/CONTRIBUTING.md" + +[assign.owners] +"/.github" = ["@flip1995"] +"*" = [ + "@flip1995", + "@Manishearth", + "@llogiq", + "@giraffate", + "@xFrednet", + "@Alexendoo", + "@dswij", + "@Jarcho", +] |
