Skip to content

Add workflow to create merge-up pull request #2748

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

Merged
merged 1 commit into from
Mar 7, 2024

Conversation

alcaeus
Copy link
Member

@alcaeus alcaeus commented Mar 6, 2024

The new workflow ensures that changes merged to an older branch efficiently find their way upstream. When a push is made to a matching branch, the action finds the next applicable branch. Example, when pushing to 4.1, it will find 4.2 and create a PR to that branch. When pushing to 4.2, it will first look for 4.3 (which currently doesn't exist), then for 5.0 (which also doesn't exist), and then abort since no fallback branch was specified.

@alcaeus alcaeus requested review from jmikola and GromNaN March 6, 2024 13:23
@alcaeus alcaeus self-assigned this Mar 6, 2024
@alcaeus alcaeus requested a review from a team as a code owner March 6, 2024 13:23
@alcaeus alcaeus force-pushed the add-merge-up-action branch from 82b8a1b to 5f98b20 Compare March 7, 2024 09:13
@alcaeus alcaeus removed the request for review from jmikola March 7, 2024 09:19
@alcaeus alcaeus merged commit faaeb3a into mongodb:4.1 Mar 7, 2024
@alcaeus alcaeus deleted the add-merge-up-action branch March 7, 2024 09:19
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.

2 participants