sequoia-pgp/Authenticates a Merge Request
Authenticates a merge request by checking that the commits are authorized by the repository's signing policy.
View on GitHubTrust Signals
- Scorecard Score
- not yet scored
- Maintenance Recency
- Stale
- License
- None
Inputs
| name | description | required | default |
|---|---|---|---|
| github_token | GITHUB_TOKEN | — | ${{ github.token }} |
| comment | Whether to post a comment. If set to true or always, this posts a comment to the pull request indicating whether the commits could be authenticated. If set to on-error (the default), a comment is only posted if the commits could not be authenticated. If false or never, no comment is posted. The comment is still available via the comment output variable, and in the step's summary. | — | on-error |
Outputs
| name | description |
|---|---|
| comment | The comment. A comment explaining whether commits could be authenticated. The comment is a JSON document with a single field, `body`. |