mashail/Ticket IDs Extractor
Extractor of Task management Ticket IDs from PR title, branch name, commit messages or commit body
View on GitHubTrust Signals
- Scorecard Score
- not yet scored
- Maintenance Recency
- Stalelast commit Sep 1, 2024
- License
- None
Pinned Snippet
uses: mashail/ticket-ids-extractor-action@2f9eb31c3159f7598857ea7ac55bda3f94a8b5a1 # v1.0tags can be moved; commit SHAs can't. why a SHA?
Inputs
| name | description | required | default |
|---|---|---|---|
| id_prefix | Prefix to be match to the ticket ID | yes | "" |
| insensitive | Should it be case insensitive match or not | no | true |
Outputs
| name | description |
|---|---|
| ticket_id_list | List of extracted ticket IDs |