better-feedback / better-issues-json

better-issues-json-git-master.isidorosp.vercel.app
MIT License
0 stars 1 forks source link

Multiple "update issue" triggers fire simultaneously in certain cases #7

Closed isidorosp closed 3 years ago

isidorosp commented 3 years ago

Currently it is possible for a gh action to be triggered multiple times simultaneously if more than one of the relevant triggers are met (e.g. an issue is created WITH a label, since both issue creation and labelling are action triggers, or if multiple labels are applied (apparently this triggers the labeled event twice).

I did some research and it appears this is a relatively common issue some people who use actions as build tools face, but there is no solution built into GH Actions itself. This project / set of custom actions seems like it could help: https://github.com/softprops/turnstyle

isidorosp commented 3 years ago

Closing this since we moved away from static JSON page generation.