redhatsam09/Git Affirm
Refuses to deploy if your team has not merged a PR with a positive emoji in the title that week
View on GitHubTrust Signals
- Scorecard Score
- not yet scored
- Maintenance Recency
- Stale
- License
- None
- Runtime
- Deprecated runtime
Inputs
| name | description | required | default |
|---|---|---|---|
| github-token | GitHub token to access the repository | yes | ${{ github.token }} |
| days-to-check | Number of days to look back for PRs with positive emojis | no | 7 |
| second-chance | If true, the current PR is also checked for a positive emoji as a second chance | no | true |
Outputs
| name | description |
|---|---|
| can-deploy | Whether deployment is allowed to proceed |
| message | Message explaining why deployment was allowed or blocked |