Skip to content

Commit

Permalink
Auto merge of #9963 - ehuss:highfive-triagebot, r=xFrednet
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#435.

changelog: none
  • Loading branch information
bors committed Nov 27, 2022
2 parents c55cadc + 13dfbb2 commit ef84397
Showing 1 changed file with 16 additions and 2 deletions.
18 changes: 16 additions & 2 deletions triagebot.toml
Original file line number Diff line number Diff line change
Expand Up @@ -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",
]

0 comments on commit ef84397

Please sign in to comment.