Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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"
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

What does this field do? Like where is it mentioned? :)

Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

In the welcome message to new users. It looks like this. There is documentation for the assignment options at https://github.com/rust-lang/triagebot/wiki/Assignment#additional-new-pr-trigger-options.


[assign.owners]
"/.github" = ["@flip1995"]
"*" = [
"@flip1995",
"@Manishearth",
"@llogiq",
"@giraffate",
"@xFrednet",
"@Alexendoo",
"@dswij",
"@Jarcho",
]