Let me first describe our workflow
- Client creates an issue
- Developer creates a feature branch
- Coding/fixing in the feature branch
- Changes in the feature branch are pushed
- Changes are merged to the
staging branch which causes deployment to a staging environment
- Client reviews the changes
- Changes are merged to the
main branch which causes a deployment to a live environment
So for me, it would be absolutely fantastic if I could create multiple merge requests (in my case one for staging and one for the target branch defined in the GitButler project settings) for each branch.
I just created this issue to maybe start a discussion if this feature would be useful for others too.
Let me first describe our workflow
stagingbranch which causes deployment to a staging environmentmainbranch which causes a deployment to a live environmentSo for me, it would be absolutely fantastic if I could create multiple merge requests (in my case one for staging and one for the target branch defined in the GitButler project settings) for each branch.
I just created this issue to maybe start a discussion if this feature would be useful for others too.