Skip to content

Merge strategy for integration workflow#219

Merged
augustuswm merged 5 commits into
mainfrom
integration-merge-strat
Jun 7, 2023
Merged

Merge strategy for integration workflow#219
augustuswm merged 5 commits into
mainfrom
integration-merge-strat

Conversation

@augustuswm

@augustuswm augustuswm commented Jun 7, 2023

Copy link
Copy Markdown
Contributor

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