-
Notifications
You must be signed in to change notification settings - Fork 0
chore: workflow for dev to main #9
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
Conversation
@SamStaijen I added the explanation of the workflow |
Do we want to merge via a PR to main? This does cause main to "fall behind and be ahead" of development, since the commit hashes will be different. |
This workflow does not recreate the commits afaik, and I will set a branch rule so that |
Be careful though: rebasing through github will still alter the commit hashes, and cause the fall behind and be ahead behaviour. Unfortunately there is no way in github to do this without causing this behaviour. |
Then I shall test this, because we did the exact same at https://github.com/team-zomsa/aplib.net, and that worked like I intend to now |
Ah, Olaf and I tried to do something similar in static-sticky, but we didn't succeed, so if you manage to get it to work, we can port to other repos as well. |
Bruh @stickyPiston you are right... Let me ask someone who might know more. My guess is that we should rebase through a CLI. Perhaps we can let another workflow rebase with the CLI on approval automatically. |
No description provided.