carepatron/Force Update Build Action
This action increments force update build count, based on the Carepatron Main App version.json file, if associated pull request is a force update
View on GitHubTrust Signals
- Scorecard Score
- not yet scored
- Maintenance Recency
- Stale
- License
- None
Inputs
| name | description | required | default |
|---|---|---|---|
| commit_sha | The commit SHA from the push event | yes | — |
| github_token | Github Token | yes | — |
| owner | The owner of the repository | yes | — |
| repo | The name of the repository | yes | — |
| label | The label to filter pull requests by | no | — |
| skip_merged_pr_check | Skip checking if pull requests are merged. Default behavior is to filter out non-merged pull requests. Set to 'true' to process all pull requests regardless of merge status. | no | false |
Outputs
| name | description |
|---|---|
| force_update_build_count | The updated force update build count |