Skip to content

Add GitHub Action to support /assign and /unassign comment commands #3552

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Open
wants to merge 6 commits into
base: develop
Choose a base branch
from

Conversation

yugalkaushik
Copy link
Contributor

Fixes #3551

This PR introduces a GitHub Action that allows contributors to assign or unassign themselves from issues and pull requests using simple comment commands.

Changes:

  • /assign: Assigns the commenter to the issue or PR.
  • /unassign: Removes the commenter as an assignee.

I have verified that this pull request:

  • has no linting errors (npm run lint)
  • has no test errors (npm run test)
  • is from a uniquely-named feature branch and is up to date with the develop branch.
  • is descriptively named and links to an issue number, i.e. Fixes #123

@raclim raclim added the Feature Request Proposal for adding a new functionality label Jul 29, 2025
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Feature Request Proposal for adding a new functionality
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Support /assign and /unassign comment commands for self-assignment and unassignment
2 participants