From 639ef14c819041ab43a7e87cb9bf98e0cabb7fab Mon Sep 17 00:00:00 2001 From: lolbinarycat Date: Wed, 6 Aug 2025 12:36:37 -0500 Subject: [PATCH] triagebot issue assignment: document unclaim alias alias added in https://github.com/rust-lang/triagebot/pull/2135 --- src/triagebot/issue-assignment.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/triagebot/issue-assignment.md b/src/triagebot/issue-assignment.md index 460175ee2..8cb6708e5 100644 --- a/src/triagebot/issue-assignment.md +++ b/src/triagebot/issue-assignment.md @@ -7,7 +7,7 @@ The issue assignment commands allows any user to assign themselves to a GitHub i Issue assignment is done by entering one of these commands in a GitHub comment: * `@rustbot claim` --- Assigns the issue to yourself. -* `@rustbot release-assignment` --- Removes the current assignee. +* `@rustbot release-assignment` or `@rustbot unclaim` --- Removes the current assignee. Only the current assignee or a team member can release an assignment. * `@rustbot assign @user` --- Assigns a specific user. Only team members can assign other users.