cloudflavor / oscar

A GitOps automation bot for VCS misc tasks
Apache License 2.0
0 stars 0 forks source link

refactor: handle issue_comment events in a separate function #26

Closed PI-Victor closed 1 week ago

PI-Victor commented 1 week ago

This commit refactors the code in githubEvents.ts to handle 'issue_comment.created' and 'issue_comment.edited' events in a separate function called 'handleComment'. This fixes the issue where the bot would react to deleted comments.

Signed-off-by: Victor Palade victor@cloudflavor.io

PI-Victor commented 1 week ago

/assign /triage

PI-Victor commented 1 week ago

/merge