innofactororg/Pull Request Check
Check a pull request before another action is allowed, like for example auto merge
View on GitHubTrust Signals
- Scorecard Score
- not yet scored
- Maintenance Recency
- Stale
- License
- None
Inputs
| name | description | required | default |
|---|---|---|---|
| require_codeowners_file | Require a CODEOWNERS file. | no | false |
| require_code_owner | Check that actor is code owner. | no | true |
| require_code_owner_review | Check that at least one code owner has reviewed and approved the pull request. | no | true |
| require_codeteams_file | Require a CODETEAMS file. | no | false |
| require_code_team_review | Check that a code team user has reviewed and approved the pull request. | no | true |
| require_approved_review | Check that at least one approved review exist for the pull request. | no | true |
| required_mergeable_state | Check that the pull request mergable state is in one of the specified states. | no | ["clean","has_hooks","unstable"] |
| token | The GitHub token for checking the pull request, defaults to using secrets.GITHUB_TOKEN. | no | ${{ github.token }} |
Outputs
no outputs