Skip to content
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

Merge strategy for integration workflow #219

Merged
merged 5 commits into from
Jun 7, 2023
Merged

Conversation

augustuswm
Copy link
Contributor

@augustuswm augustuswm commented Jun 7, 2023

Changes the way the integration branch gets updated. Previously this workflow would take the latest from main, apply schema and Cargo updates, and then force push those changes to integration. This change instead now merges main into integration (and specifically uses the generated code from main in the case of conflicts) as the first step. Updates are then applied over top of the merged branch.

There is a chance for this action to fail if there are conflicts in non-generated files and those would need to be manually resolved.

@augustuswm augustuswm merged commit daee34c into main Jun 7, 2023
@augustuswm augustuswm deleted the integration-merge-strat branch June 7, 2023 17:20
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant