dhawani/Freshrelease - Find Issue
Find issue from GitHub Action Event
View on GitHubTrust Signals
- Scorecard Score
- not yet scored
- Maintenance Recency
- Stale
- License
- None
Inputs
| name | description | required | default |
|---|---|---|---|
| freshrelease-base-url | Freshrelease Base URL | yes | — |
| token | Freshrelease API Token | yes | — |
| string | Provide a string to extract issue key from | no | — |
| from | Find from predefined place (should be either 'string', 'branch', or 'commits') | no | string |
| issue-key-regex | Regex to find issue key | no | ([a-zA-Z0-9]+-[0-9]+) |
| status-label-regex | Regex to validate status label | no | — |
Outputs
| name | description |
|---|---|
| issue | Key of the found issue |