-
Notifications
You must be signed in to change notification settings - Fork 11
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
Automate backports #336
Comments
@carlosthe19916, being able to have PRs automatically backported using tags sounds good. |
What I have in mind is:
This process is a mainstream process IMHO. This is a concrete example of a backport being done with automation konveyor/tackle2-ui#2083.
I don't see the risk of any accident to be honest. |
The main branch will continue to evolve while the branch
release/0.2.z
will serve the future downstream releases.We need to set up basic automation for backporting changes between branches. Starting with something basic like https://github.com/korthout/backport-action would give us some benefits
The text was updated successfully, but these errors were encountered: