You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
body: `❌ You already have **${existingIssues.length}/${MAX_ASSIGNED_ISSUES}** active assigned issues (the maximum allowed).\nPlease complete or unassign one of your current issues before claiming another.\n\n${issueList}`,
77
+
body: `❌ You already have **${existingIssues.length}/${MAX_ASSIGNED_ISSUES}** active assigned issues (the maximum allowed).\nPlease complete or \`/unclaim\` one of your current issues before claiming another.\n\n${issueList}`,
|`/claim`|**Issue Author (or Anyone if authored by jhasourav07)**| Self-assigns the issue to you. |
341
+
|`/unclaim`|**Assigned Contributor**| Removes the assignment from yourself (opens it back up). |
341
342
|`/addlabel <label1> <label2>`|**Anyone**| Adds labels to the issue (e.g. `/addlabel frontend bug`). |
342
343
|`/unassign @username`|**Maintainers Only**| Removes the assignee from an issue. |
343
344
|`/assign @username`|**Maintainers Only**| Manually assigns someone to an issue. |
@@ -363,7 +364,7 @@ To keep the project moving, assignments are not permanent.
363
364
If the bot rejects your command, check these common scenarios:
364
365
365
366
-**"Commands cannot be used on closed issues"**: You cannot claim, assign, or unassign on closed issues. Find an open one!
366
-
-**"You already have X/3 active assigned issues"**: You have reached the maximum of 3 concurrent assignments. Finish one of your current tasks before claiming a new issue. If you're stuck, ask a maintainer to `/unassign` you from one.
367
+
-**"You already have X/3 active assigned issues"**: You have reached the maximum of 3 concurrent assignments. Finish one of your current tasks before claiming a new issue. If you're stuck, use the `/unclaim` command to unassign yourself from an issue, or ask a maintainer to `/unassign` you.
367
368
-**"This issue is already assigned to @username"**: Be faster next time! Look for issues without assignees.
368
369
-**"Only the author of this issue can claim it"**: You tried to `/claim` an issue you did not create. You can only claim issues that you authored (unless the issue was authored by `jhasourav07`, which anyone can claim).
369
370
-**"The following label(s) do not exist"**: You can only add existing repo labels. The bot will reply with a list of valid labels you can use.
0 commit comments