Feature request: Specify source branch pattern in rulesets #182243
Unanswered
RaniAgus
asked this question in
Pull Requests
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
Hi! First of all, thanks for constantly improving Rulesets features. Recently I discovered that we can enforce a certain merge strategy for each pull request. Problem is: at our company, our gitflow implementation requires different merge strategies depending on which type of branch we are merging from:
feature/**->develop: Squashbackport/**->develop: Mergerelease/**->master: Mergehotfix/**->master: SquashSo we really can't apply that ruleset in particular to our repositories.
It would be nice to include a "Source branch" section to Rulesets, similar to "Target branch" in order to fulfill that requirement
Beta Was this translation helpful? Give feedback.
All reactions