mozilla-campus-club-of-sliit/PR Policy Checker
Ensures PR compliance with project guidelines
View on GitHubTrust Signals
- Scorecard Score
- not yet scored
- Maintenance Recency
- Stale
- License
- None
Inputs
| name | description | required | default |
|---|---|---|---|
| token | GITHUB_TOKEN or repo scoped PAT | no | ${{ github.token }} |
| comment-author | The account's name which the command check review should be published. Use [bot] suffix for apps. | no | github-actions[bot] |
| check-closing-statement | Run the closing statement checker ONLY if this input is set to true | no | false |
| check-unchecked-boxes | Check if all checkboxes are checked ONLY if this input is set to true | no | false |
| require-nondefault-branch | Check if the PR is originating from a non-default branch | no | false |
| no-closing-message | Custom message when no closing statement found | no | — |
| unchecked-boxes-message | Custom message when there are unchecked checkboxes | no | — |
| unchecked-box-group-message | Custom message template for each checkbox group. Use placeholders {group}, {unchecked}, {all} | no | — |
| branch-error-message | Custom message when the PR is not originating from a non-default branch | no | — |
| success-message | Custom message when all checks pass | no | — |
Outputs
no outputs