Replies: 1 comment
-
Hello,
Sequential execution of the pipeline will first remove resources from the removal commit and for next commit will try to create it back |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Hello!
We're running the GW GHA pipeline in our ref-arch repo. We've noticed that when merging PRs with more than one commit, with multiple modified files, we can only use "squash and merge" or "create a merge commit" merge options. If we use "rebase and merge", only one of the commits is applied, leaving the rest unapplied. I've tested this behavior extensively.
We try to avoid the default "create a merge commit" GH merge behavior, as this clutters our commit history with needless merge commits and difficults readability. We also often we create PR with multiple commits, affecting different directories. So, our current options are:
Ideally, we would like to be able to "rebase and merge" PRs with multiple commits and have the pipeline apply each one of them. Is this feasible?
Tracked in ticket #110222
Beta Was this translation helpful? Give feedback.
All reactions