codeinwp/Product Compatibility Review
Verifies that a pull request has been reviewed for product compatibility before merging.
View on GitHubTrust Signals
- Scorecard Score
- not yet scored
- Maintenance Recency
- Stale
- License
- None
Inputs
| name | description | required | default |
|---|---|---|---|
| github-token | GitHub token used to read labels and post comments. | yes | — |
| label | The label that marks a PR as compatibility-reviewed. | — | compatibility-reviewed |
| message | Custom comment message when the label is missing. | — | — |
Outputs
| name | description |
|---|---|
| has_label | Returns true/false whether the compatibility label is present on the PR. |