feat: Add Issue Comment Reaction functionality#215
Merged
Conversation
Codecov ReportAttention: Patch coverage is
Additional details and impacted files@@ Coverage Diff @@
## master #215 +/- ##
============================================
+ Coverage 77.24% 77.71% +0.47%
- Complexity 338 349 +11
============================================
Files 47 50 +3
Lines 1116 1149 +33
Branches 44 46 +2
============================================
+ Hits 862 893 +31
- Misses 225 226 +1
- Partials 29 30 +1 ☔ View full report in Codecov by Sentry. |
30abc05 to
377eb0e
Compare
neziw
reviewed
Feb 19, 2025
ae912d7 to
7a10ca3
Compare
7a10ca3 to
74eeb70
Compare
spotify-kai
reviewed
Feb 24, 2025
|
|
||
| <artifactId>github-client</artifactId> | ||
| <version>0.4.1-SNAPSHOT</version> | ||
| <version>0.3.7-SNAPSHOT</version> |
Contributor
Author
There was a problem hiding this comment.
It was an error so I decided to fix it in this PR too to not publish the wrong version.
Here's more detail about the issue - #214
spotify-kai
approved these changes
Feb 24, 2025
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Adds the functionality to react on issue comments with emojis. This PR also includes listing and deleting those reactions for a particular comment.