actions-marketplace-validations/WIP Action
Sets a pull request commits with pending state if it finds specified terms in the pull request title or label.
View on GitHubTrust Signals
- Scorecard Score
- not yet scored
- Maintenance Recency
- Stale
- License
- None
- Runtime
- Deprecated runtime
Inputs
| name | description | required | default |
|---|---|---|---|
| GITHUB_TOKEN | Your GitHub token for authentication. | yes | — |
| setFailed | Set action to failed when wip. | no | — |
| labels | Match with PR labels. Comma separated and case insensitive labels. | no | — |
| keywords | Match with PR title. Comma separated and case insensitive keywords. | no | — |
| context | A string label to differentiate this status from the status of other systems. This field is case-insensitive. | no | — |
| target_url | The target URL to associate with this status. This URL will be linked from the GitHub UI to allow users to easily see the source of the status. For example, if your continuous integration system is posting build status, you would want to provide the deep link for the build output for this specific SHA: http://ci.example.com/user/repo/build/sha | no | — |
| wip_description | A short description of the status. | no | — |
| ready_description | A short description of the status. | no | — |
Outputs
no outputs