opengovsg/require-pr-approvals-action
Requires at least 1 approvals on the pull request.
View on GitHubTrust Signals
- Scorecard Score
- not yet scored
- Maintenance Recency
- Stale
- License
- None
- Runtime
- Deprecated runtime
Inputs
| name | description | required | default |
|---|---|---|---|
| github-token | A GitHub token for API access. Defaults to {{ github.token }}. | no | ${{ github.token }} |
| is-strict-mode | If yes, the action will only be able to run against a PR. If not, when the action runs against a non-PR, it will always set `status` as `success` | no | false |
Outputs
| name | description |
|---|---|
| status | Either `success` or `failure` |