actions-marketplace-validations/Extract text from labels
Extract text from labels that match a certain pattern
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 GitHub token used to create an authenticated client | no | ${{ github.token }} |
| pattern | Valid javascript regex pattern that will be used to extract text from labels | yes | — |
| group | The index of the capture group to be extracted from labels | yes | 0 |
Outputs
| name | description |
|---|---|
| substrings | The array of text extracted from labels |