optimaxdev/Check QA Label
Validates that at least one of the required labels is present on a pull request
View on GitHubTrust Signals
- Scorecard Score
- not yet scored
- Maintenance Recency
- Stale
- License
- None
Inputs
| name | description | required | default |
|---|---|---|---|
| required-labels | Comma-separated list of required labels (at least one must be present) | no | test-passed,no QA |
| github-token | GitHub token for authentication | no | ${{ github.token }} |
Outputs
| name | description |
|---|---|
| matched-label | The label that matched from the required labels list |