sindresorhus/refined-github

The issue has been closed
Merge strategy per branch #2838
philonor posted onGitHub
Description We are using different merge strategies for different branches, e.g. squashing for feature branch PRs and merging for staging/production branches. It would be helpful to have the right merge strategy auto-selected in a PR if it matches a certain pattern or name.
Possible Implementation
- Add possibility to define a list of branch names/patterns and the corresponding pre-selected merge strategy
Example URL: https://github.com/sindresorhus/refined-github/pull/2832