Skip to content
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

feat: Add Workflow to Auto Assign Issues on Comment #1399

Conversation

CuriousCoder00
Copy link
Contributor

Add a new workflow file, auto-assign-issue.yml, to automatically assign issues when a comment is made with the '/assign' command. The workflow checks the current issue assignees and assigns the issue to the commenter if no one is assigned or if the commenter is not already assigned. It also provides feedback on the assignment status by commenting on the issue.

Resolves #1377

Demo screenshot
Screenshot 2024-10-03 184449

Checklist before requesting a review

  • I have performed a self-review of my code
  • I assure there is no similar/duplicate pull request regarding same issue

Add a new workflow file, auto-assign-issue.yml, to automatically assign issues when a comment is made with the '/assign' command. The workflow checks the current issue assignees and assigns the issue to the commenter if no one is assigned or if the commenter is not already assigned. It also provides feedback on the assignment status by commenting on the issue.

Closes code100x#1377
@CuriousCoder00
Copy link
Contributor Author

@devsargam can you please review?

@devsargam
Copy link
Collaborator

Like prev. Closing for now curious to see what kirat thinks about it

@devsargam devsargam closed this Oct 4, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

feature: Create github worklow to assing issue to users on comment take or any command to trigger action
2 participants