You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Stéphane Brunner edited this page Jun 4, 2025
·
3 revisions
Validate the pull request title and body, commits title and body about typo, spelling,
merge commit, ...
Functionality Details
This module ensures that pull requests meet predefined standards for quality and consistency. It validates:
Pull Request Title and Body: Checks for typos, spelling errors, and adherence to formatting guidelines.
Commit Messages: Ensures commit titles and bodies are free of typos, spelling errors, and unnecessary merge commits.
Merge Commit Detection: Flags merge commits that may not be appropriate for the pull request.
When is it triggered?
The module is triggered during pull request events, such as creation, updates, or labeling. It helps maintain a clean and professional repository by enforcing standards.
Configuration Options
You can configure the pull request checks module using the .github/ghci.yaml file.