For an overview of all available workflows, see the main README.
The contribution guidelines checker workflow reviews incoming pull requests to verify they comply with the repository's contribution guidelines. It checks CONTRIBUTING.md and similar documentation, then either labels the PR as ready or provides constructive feedback on what needs to be improved to meet the guidelines.
# Install the 'gh aw' extension
gh extension install github/gh-aw
# Add the workflow to your repository
gh aw add-wizard githubnext/agentics/contribution-guidelines-checkerThis walks you through adding the workflow to your repository.
The workflow automatically runs on pull requests. You can also trigger it with a 👀 (eyes) reaction on any pull request.
This workflow requires no configuration and works out of the box. It will automatically review contribution guidelines documents in your repository and check PRs against them.
After editing run gh aw compile to update the workflow and commit all changes to the default branch.
- Pull request content and metadata
- CONTRIBUTING.md and contribution guidelines documents
- Repository policies and documentation
- Previous PR comments and feedback
- Adds the
contribution-readylabel to compliant PRs - Adds comments with constructive feedback on what needs improvement
- Requires
pull-requests: writepermission
- Review feedback provided by the workflow to validate accuracy
- Follow up on PRs that need improvements with additional guidance
- Update contribution guidelines based on common patterns
- Manually apply the label if the workflow's assessment needs adjustment
- Disable or uninstall the workflow if automated checks are not helpful