Prevent incorrect merges on GitHub's pull request.
This extension, "GitHub Merge Guardian," is a tool designed to prevent incorrect merges on GitHub's pull request page.
With this extension, you can easily control the merge method for pull requests. Add configurations to apply the appropriate merge method based on the combination of repositories and branches.
Features:
- Users can add multiple configurations consisting of repository name, base branch, compare branch, and merge strategy.
- An asterisk (*) can be used as a wildcard in each item.
- When the configuration matches, the color of the merge button is changed to prevent incorrect merges.
- The extension only changes the button color, allowing merges with strategies other than the specified one.
- The color is customizable.
Example:
- For merges into the develop branch, use squash merge by default. However, for merges from release/* branches, use create merge commit.
Disclaimer:
This extension is not affiliated with, sponsored by, or endorsed by GitHub, Inc.
Contact:
For any issues - open an issue on https://github.com/daku10/github-merge-guardian/issues