github-action-wait-for-status
github-action-wait-for-status copied to clipboard
How to correctly set the ignoreActions?
I'm using essentially the example in the readme to automatically merge dependabot releases, see https://github.com/JabRef/JabRef-Browser-Extension/blob/master/.github/workflows/automerge.yml. However, it is not working and the check is waiting for itself, see e.g https://github.com/JabRef/JabRef-Browser-Extension/pull/224. I guess the name "automerge" is wrong under "ignoreActions". What should I put in there? The name of the action file? The name of the action as specified using "name"? Or something else?
It's the name of the step, in your case Automerge Dependabot I guess? Should clarify that 🤐
Thanks!
@tobiasdiez If this has been solved feel free to close this issue :+1:
I'll let you know as soon as the next dependabot PR arrives. But I still think that the documentation can be improved around this point.