actions-marketplace-validations/Link issue

Link a pull-request to an external issue getting id from branch name, PR title or commit message

View on GitHub

Trust Signals

Scorecard Score
not yet scored
Maintenance Recency
Stale
License
None
namedescriptionrequireddefault
sourcesA list of locations where issue id should be taken from. Possible values: branch, title, commit.nobranch title commit
issue-patternA regex to match and extract issue id. For example, use "[A-Z][A-Z]+-\d+" for JIRA issues or "#(\d+)" for Redmine issues.yes
link-templateLink template to paste id or its part into. You should use regex groups here. Example: "https://example.com/browse/issues/$0"yes
link-name-templateTemplate for link nameno$0
link-preambleText before list of linksnoRelated issues:
link-locationLocation to paste link to. Possible values: start, end.noend
tokenThe GitHub authentication tokenyes${{ github.token }}

no outputs