After an issue times out, next PRs could not trigger workflow run
Hi!
I have a workflow that runs on PR to branch master.
It was working well until an issue times out automatically (72 hrs). After that, following PRs do not trigger any workflow run. Even after I closed the issue myself (because of https://github.com/trstringer/manual-approval/issues/30), following PRs still don't trigger workflow run.
Thanks for opening this issue! You mean following PRs and separate workflow runs don't get triggered? What does your workflow look like? If the workflow itself isn't getting triggered, it could perhaps be from the workflow definition itself. Take a look here for events that trigger workflows.
Or let me know if I'm not understanding the question correctly. Thanks!
Hi @joe-tran
Do you have any inputs for us to work on?