csm-actions/Approve pull requests securely

Approve pull requests securely

View on GitHub

Trust Signals

Scorecard Score
not yet scored
Maintenance Recency
Stale
License
None
namedescriptionrequireddefault
app_idGitHub App ID yes
app_private_keyGitHub App Private Key yes
server_repository_nameServer repository name. Required for client mode. no
server_repository_ownerServer repository owner. no${{github.repository_owner}}
repository_ownerThe repository owner of the pull request to approve. no${{github.repository_owner}}
repository_nameThe repository name of the pull request to approve. no${{github.event.repository.name}}
pull_request_numberThe pull request number to approve. Required for client mode. no
github_tokenGitHub token. For client: used to read the pull request (`contents:read` and `pull_requests:read` permissions required). For server: used to approve the pull request (`pull_requests:write` permission required). no${{github.token}}
allowed_committersA list of allowed committers. norenovate[bot] dependabot[bot]

no outputs