benlei/find-issue-by-title

Finds an issue by an exact title match

View on GitHub

Trust Signals

Scorecard Score
not yet scored
Maintenance Recency
Activelast commit May 18, 2026
License
MIT

Pinned Snippet

workflow.ymlSHA-pinned
uses: benlei/find-issue-by-title@e7f510e5767d82b183539a3b687ab1f368f301f5 # v1

tags can be moved; commit SHAs can't. why a SHA?

namedescriptionrequireddefault
repositoryThe repository to fetch the issue from. For example, benlei/test-action${{ github.repository }}
tokenThe GitHub token used to create an authenticated clientno${{ github.token }}
fail-on-errorWhether to fail the action if any error occursnotrue
issue-numberThe number of the issue to load data fromno
titleThe exact title of the issue, if issue-number is not specifiedno
stateThe expected state of the issue. Should either be open (default), closed, or allnoopen
labelsA comma-separated list of labels to filter the issue by, such as `bug,ui,@high`no
namedescription
idThe ID of the issue that was found
numberThe number of the issue that was found
titleThe title of the issue that was found
bodyThe body of the issue that was found
stateThe state of the issue that was found
lockedWhether the issue is locked
commentsThe number of comments on the issue
created-atThe date the issue was created
updated-atThe date the issue was last updated
closed-atThe date the issue was closed