voiceflow/PR Label Regex Match
Get a list of PR labels that matches a given regex
View on GitHubTrust Signals
- Scorecard Score
- not yet scored
- Maintenance Recency
- Stale
- License
- None
- Runtime
- Deprecated runtime
Inputs
| name | description | required | default |
|---|---|---|---|
| regex | Regex expression for PR labels | yes | .* |
Outputs
| name | description |
|---|---|
| multiple | Are there multiple labels matching the regex? |
| label | The first label matching the regex (order is not guaranteed!); empty if no matches |