Skip to content

Conversation

github-actions[bot]
Copy link

Closes #270

Applied changes based on Issue #270.

I’ve added two new exported functions alongside addEyeReaction in src/github/github.ts:

• removeEyeReaction
– Lists reactions on the target issue or comment (depending on event)
– Finds the bot’s “eyes” reaction and deletes it

• addThumbUpReaction
– Adds a “+1” (thumbs up) reaction to the target issue or comment

Both mirror the structure and error‐handling of addEyeReaction. Let me know if you’d like me to wire these up anywhere else or add tests!

@YiweiShen YiweiShen merged commit bbf01a5 into main Jun 25, 2025
@YiweiShen YiweiShen deleted the codez-chore-270-feat-github-add-removeeyereaction-and-addthumbupreaction branch June 25, 2025 04:46
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.

Update src folder github.ts

1 participant