Merge Conflict Warning
Version updated for https://github.com/darcymccoy/merge-conflict-action to version v1.0.1.
- This action is used across all versions by ? repositories.
Go to the GitHub Marketplace to find the latest changes.
Action Summary
The Merge Conflict GitHub Action is designed to detect and warn if merging a pull request (PR) will create merge conflicts with other open PRs. It automates the process of identifying potential file overlap conflicts between PRs, helping teams proactively address issues before they occur. Key features include conflict detection using heuristic checks, optional inclusion of draft PRs in the analysis, and the ability to post conflict warnings as comments on PRs.
Release notes
What’s Changed
- Fix comment permissions by @darcymccoy in https://github.com/darcymccoy/merge-conflict-action/pull/25
- Update dependencies
Full Changelog: https://github.com/darcymccoy/merge-conflict-action/compare/v1.0.0...v1.0.1