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

Added GitHub action to auto-assign issues #226

Merged

Conversation

paulooctavio
Copy link
Contributor

Proposed changes

Added a GitHub Action to auto-assign an issue to a commenter when they comment "take". Fixes #204.

Types of changes

What types of changes does your code introduce to quinn?

  • Bugfix (non-breaking change which fixes an issue)
  • New feature (non-breaking change which adds functionality)
  • Breaking change (fix or feature that would cause existing functionality to not work as expected)
  • Documentation Update (if none of the other choices apply)

Further comments

The code was heavily inspired by the delta-rs code used as an example in the issue, with a few tweaks for readability.

@paulooctavio paulooctavio changed the title Feature/auto assign issue action Added GitHub action to auto-assign issues May 17, 2024
@SemyonSinchenko
Copy link
Collaborator

@paulooctavio Sorry for a long answer and thank you for the contribution! May we test it? For example, can you merge this branch into your fork and we will try to create an issue in the fork and assign it?

@paulooctavio
Copy link
Contributor Author

@SemyonSinchenko It's a pleasure to contribute! And I already did the testing and it worked.

@SemyonSinchenko
Copy link
Collaborator

Cool! Thanks again @paulooctavio! I left the only commentary

@SemyonSinchenko SemyonSinchenko merged commit c820388 into MrPowers:main Jun 13, 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.

Create a GitHub action to auto-assign issues
2 participants