moneymeets/Merge checks
Set a merge check status for the triggering commit to report on any problems that would block a merge.
View on GitHubTrust Signals
- Scorecard Score
- not yet scored
- Maintenance Recency
- Stale
- License
- None
Inputs
| name | description | required | default |
|---|---|---|---|
| github_token | Token with repository permissions, e.g. secrets.GITHUB_TOKEN of the caller workflow | yes | — |
| head_sha | Hash of HEAD commit. We can't consistently use the built-in GITHUB_SHA variable due to differences in triggers, therefore HEAD_SHA should be passed explicitly and either set to GITHUB_SHA, or to another appropriate value. | yes | — |
| python_version | Python version to use | no | — |
Outputs
no outputs