Skip to content

Commit

Permalink
Auto merge of rust-lang#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 rust-lang#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 f6c0090 + b348e41 commit 3c6d194
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions src/tools/miri/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 3c6d194

Please sign in to comment.