innofactororg/Pull Request Check

Check a pull request before another action is allowed, like for example auto merge

View on GitHub

Trust Signals

Scorecard Score
not yet scored
Maintenance Recency
Stale
License
None
namedescriptionrequireddefault
require_codeowners_fileRequire a CODEOWNERS file.nofalse
require_code_ownerCheck that actor is code owner.notrue
require_code_owner_reviewCheck that at least one code owner has reviewed and approved the pull request.notrue
require_codeteams_fileRequire a CODETEAMS file.nofalse
require_code_team_reviewCheck that a code team user has reviewed and approved the pull request.notrue
require_approved_reviewCheck that at least one approved review exist for the pull request.notrue
required_mergeable_stateCheck that the pull request mergable state is in one of the specified states.no["clean","has_hooks","unstable"]
tokenThe GitHub token for checking the pull request, defaults to using secrets.GITHUB_TOKEN.no${{ github.token }}

no outputs