Skip to content

Commit

Permalink
Auto merge of #3536 - tiif:add_rustbot_feat, r=RalfJung
Browse files Browse the repository at this point in the history
Add rustbot claim feature

Add rustbot ``claim``, ``release-assignment`` and ``assign-user`` as mentioned in #3528.

rustbot issue assignment documentation: https://forge.rust-lang.org/triagebot/issue-assignment.html
pr trigger option documentation: https://forge.rust-lang.org/triagebot/pr-assignment.html#additional-new-pr-trigger-options
  • Loading branch information
bors committed May 3, 2024
2 parents fe1424a + b83a61b commit 673883b
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions triagebot.toml
Original file line number Diff line number Diff line change
Expand Up @@ -10,5 +10,10 @@ allow-unauthenticated = [
# Gives us the commands 'ready', 'author', 'blocked'
[shortcut]

# Enables assigning users to issues and PRs.
[assign]
warn_non_default_branch = true
contributing_url = "https://github.com/rust-lang/miri/blob/master/CONTRIBUTING.md"

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

0 comments on commit 673883b

Please sign in to comment.