Skip to content

Commit

Permalink
Add assign
Browse files Browse the repository at this point in the history
  • Loading branch information
tiif committed May 2, 2024
1 parent fe1424a commit 1abbbe5
Showing 1 changed file with 9 additions and 0 deletions.
9 changes: 9 additions & 0 deletions triagebot.toml
Original file line number Diff line number Diff line change
Expand Up @@ -10,5 +10,14 @@ allow-unauthenticated = [
# Gives us the commands 'ready', 'author', 'blocked'
[shortcut]

# Gives us 'claim', 'release-assignment', 'assign @user'
[assign]
# If set, posts a warning message if the PR is opened against a non-default
# branch (usually main or master).
warn_non_default_branch = true
# If set, the welcome message to new contributors will include this link to
# a contributing guide.
contributing_url = "https://rustc-dev-guide.rust-lang.org/contributing.html"

[no-merges]
exclude_titles = ["Rustup"]

0 comments on commit 1abbbe5

Please sign in to comment.