phish108/Release Check
Check if changes are relevant for a release
View on GitHubTrust Signals
- Scorecard Score
- not yet scored
- Maintenance Recency
- Stale
- License
- None
- Runtime
- Deprecated runtime
Inputs
| name | description | required | default |
|---|---|---|---|
| github-token | the token | no | ${{ github.token }} |
| protected-paths | list of protected paths, these paths are NOT relevant for releases | no | — |
Outputs
| name | description |
|---|---|
| proceed | If true, the changes appear to affect the business logic and it is safe to proceed |
| hold_development | If true, the changes affect only development dependencies |
| hold_protected | If true, the changes affect only protected files and directories |