Skip to content

Commit 3c6d194

Browse files
committed
Auto merge of #3536 - tiif:add_rustbot_feat, r=RalfJung
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
2 parents f6c0090 + b348e41 commit 3c6d194

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

src/tools/miri/triagebot.toml

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -10,5 +10,10 @@ allow-unauthenticated = [
1010
# Gives us the commands 'ready', 'author', 'blocked'
1111
[shortcut]
1212

13+
# Enables assigning users to issues and PRs.
14+
[assign]
15+
warn_non_default_branch = true
16+
contributing_url = "https://github.com/rust-lang/miri/blob/master/CONTRIBUTING.md"
17+
1318
[no-merges]
1419
exclude_titles = ["Rustup"]

0 commit comments

Comments
 (0)