-
Notifications
You must be signed in to change notification settings - Fork 3k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Deploys sometimes fail silently when automerge-action times out #6789
Comments
We later discovered that the automerge action was likely failing because we had enabled a GitHub setting which requires all commits to be signed, but we did not have all unsigned commits from |
I submitted a pull request to make the action fail loudly. Should we point our repo at the fork in the meantime? |
No movement on the PR. We could still test with our fork. This is no longer critical because we figured out the root cause. Going to switch this to monthly. |
Saw a tiny bit of movement on the pull request 3 days ago, I'm very hopeful that it will be merged soon. |
This keeps biting us, I'm going to put up a PR to test my fork. |
Got a PR up with an alternate solution – just ditch the community action and use the GH CLI! |
Related issue: pascalgn/automerge-action#122
Problem
In workflow runs such as this one, a production deploy silently failed to run because the https://github.com/pascalgn/automerge-action silently failed.
Why this is important
We need to be notified when this action fails so we can be made aware of the failed deploy and address it if necessary.
Solution
Fix the issue in the linked repo, then update this repo to use the patched version.
The text was updated successfully, but these errors were encountered: