-
Notifications
You must be signed in to change notification settings - Fork 66
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
Release workflow tanks as auto merge workflow jumps in #207
Comments
Not sure what exactly the solution to this is. One solution would be for the auto-merge workflow to check that before merging there is no commit that needs to be released and it's "safe" to auto-bump dependencies. |
Got it. Sometimes because of tests release workflow takes time, and in the meantime something else can be merged in and this is why Apparently it is not a new problem and known to
Definitely something like this is better than switching to fork of @jonaslagoni @KhudaDad414 This new workflow would be triggered by 2 events:
should be super simple to check with GitHub CLI or in different ways. Thoughts? |
@derberg How would the |
good question @KhudaDad414 for now we would just get an alert to slack next day that some bot pr was not merged, and we would have to jump in and react (manually rerun) but we can chain |
This issue has been automatically marked as stale because it has not had recent activity 😴 It will be closed in 120 days if no further activity occurs. To unstale this issue, add a comment with a detailed explanation. There can be many reasons why some specific issue has no activity. The most probable cause is lack of time, not lack of interest. AsyncAPI Initiative is a Linux Foundation project not owned by a single for-profit company. It is a community-driven initiative ruled under open governance model. Let us figure out together how to push this issue forward. Connect with us through one of many communication channels we established here. Thank you for your patience ❤️ |
Reason/Context
After trying to release Modelina
next
branch, it was merged, and right after (before the release commit) the auto-merge workflow merged a newly created dependency bump, meaning the release commit did not release anything https://github.com/asyncapi/modelina/actions/runs/3987699301/jobs/6838096588. And I cannot re-run it, as it's tied to the commit before the dependency update, meaning I will keep getting the errorThe local branch master is behind the remote one, therefore a new version won't be published.
.And the dependency bump PR of course don't trigger release asyncapi/modelina@54584cf
The text was updated successfully, but these errors were encountered: