actions-marketplace-validations/find-linked-issues

Marketplace action for finding the linked issues of a pull request.

View on GitHub

Trust Signals

Scorecard Score
not yet scored
Maintenance Recency
Stale
License
None
namedescriptionrequireddefault
tokenThe GitHub token to use for authentication.yes
repositoryThe repository to use for searching issues.yes${{ github.repository }}
pull-request-numberThe pull request number.yes${{ github.event.pull_request.number }}
pull-request-bodyThe pull request body.yes${{ github.event.pull_request.body }}
copy-issues-labelsCopy the labels of the linked issues to the pull request. (optional)nofalse
include-closed-issuesIncludes closed issues, when searching for linked issues. (optional)nofalse
namedescription
is-pull-request-linked-to-issuesWhether the pull request is linked to issues or not.
linked-issuesList of issues that are linked to the pull request, i.e. `[1, 2, 4, 82, 124]`
pull-request-labelsList of labels assigned to this pull request, i.e. `[bug, enhancement, ..]`