actions-marketplace-validations/Repository Permission

GitHub Action that checks repository permission for a user flexibly

View on GitHub

Trust Signals

Scorecard Score
not yet scored
Maintenance Recency
Stale
License
None
namedescriptionrequireddefault
tokenRepository token. GitHub Action token is used by default(recommended). But you can also use the other token(e.g. personal access token).no${{ github.token }}
required-permissionRequired permission level to the repository.yesadmin
comment-permittedIssue comment added when a user is permitted.no
comment-not-permittedIssue comment added when a user is not permitted.no
reaction-permittedReaction to the issue comment(if it exists) when a user is permitted.no
reaction-not-permittedReaction to the issue comment(if it exists) when a user is not permitted.no
relaxDoes NOT check repository permission strictly. If this is set to true, the action sets exit code to 0 regardless of whether a user is permitted.nofalse
namedescription
actual-permissionActual permission level of a user trying to access the repository.
permittedWhether a user is permitted or not.