Open Issues Need Help
View All on GitHub Disallow merging if any of the commits in the PR contain strings like `revert me` or `do not merge` 3 months ago
AI Summary: Implement a check within Hoff to prevent merging of pull requests containing commits with messages including phrases like "revert me" or "do not merge" in their commit messages. This will enhance the safety and reliability of the automated merge process by preventing accidental merges of unwanted or problematic commits.
Complexity:
2/5
good first issue