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

CI for merging main to dev after merge PR #336

Open
prrao87 opened this issue Jan 20, 2025 · 0 comments
Open

CI for merging main to dev after merge PR #336

prrao87 opened this issue Jan 20, 2025 · 0 comments
Assignees

Comments

@prrao87
Copy link
Member

prrao87 commented Jan 20, 2025

Workflow improvement

Sometimes, we have the need to push minor changes to the main branch from a working level branch (for e.g., typo or error fixes in the public docs page). However, in this case, the main branch goes out of sync with the dev branch over time, making more tedious when we want to publish docs for new releases (which requires a merge in the opposite direction, dev --> main).

To help with this, @mewim proposed a CI that does the following:

  • If the merge PR originated from any branch other than dev, and the destination branch is main, an action would trigger a second PR from main to dev to reflect the changes on the dev branch as well.

This would help us keep important changes that directly get deployed on main on dev as well, reduce scope for discrepancies, and improve the productivity of the team.

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

No branches or pull requests

2 participants