-
Notifications
You must be signed in to change notification settings - Fork 4
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
git push in roundup action failing w/ remote ahead of local #98
Comments
setting severity to low for the time being unless it becomes a major problem moving forward. I think this usually just means you are tagging without the latest commit. I have noticed this happening when I merge a PR and then try to tag a release before the unstable build completes. The unstable build then sneaks in a change log update before the stable build completes. |
@nutjob4life @jimmie FYI βοΈ |
Apparently there are two causes of the issue:
Putting a Now, we could have the Roundup create a temporary branch from the But given this is a rare occurrence and the issue itself is marked |
I am OK with kicking this to the curb. |
Over Slack, @jimmie wrote:
So not kicking this to the curb. |
The timeline that causes the problem seems to be as follows:
I think we need a mutex between Roundups so that one is ever only running at a time in a repository. Thankfully, GitHub Actions provides such a feature for us: just add |
all PRs merged. done! |
π Describe the bug
Trying to build harvest release/3.7.1 and roundup-action failed with following error:
Could be a side effect of #76.
The text was updated successfully, but these errors were encountered: