asyncapi / community

AsyncAPI community-related stuff.
https://www.asyncapi.com/community
90 stars 96 forks source link

Update the voting worklow to capture /vote and /cancel-vote command properly #1273

Closed AayushSaini101 closed 1 week ago

AayushSaini101 commented 2 weeks ago

Bug in the current voting workflow

Issue https://github.com/asyncapi/community/issues/1268#issuecomment-2171116192 Currently workflow is running whenever it found substring vote and cancel vote that needs to fix, workflow should be run only when the comment is /vote or /cancel-vote

Steps to solve: https://github.com/asyncapi/community/blob/dee45e5ac3198901455f2d30517d07c57a848492/.github/workflows/vote-verifcation.yml#L20 Change step to check whole comment body instead of contains body

Code of Conduct