sugurutakahashi-1234/Issue Linker

A CLI and GitHub Action that validates issue references (#123) in any text

View on GitHub

Trust Signals

Scorecard Score
not yet scored
Maintenance Recency
Stale
License
None
namedescriptionrequireddefault
validate-branchValidate branch namenofalse
validate-pr-titleValidate PR titlenofalse
validate-pr-bodyValidate PR bodynofalse
validate-commitsValidate all commit messages in the PR Requires pull_request event context nofalse
comment-on-issues-when-branch-pushedComment on detected issues when a branch is first pushed to GitHub. Requires validate-branch to be enabled. Works best with the 'create' event trigger. nofalse
textCustom text to validateno
check-modeCheck mode for finding issue numbers Options: 'default', 'branch', 'commit' nodefault
extractCustom extraction pattern (regex) that overrides check-mode defaultsno
excludeCustom exclude pattern (glob) that overrides check-mode defaultsno
issue-statusIssue status filter Options: 'all', 'open', 'closed' noall
repoRepository in owner/repo format Default: current repository no${{ github.repository }}
github-tokenGitHub token for API access Default: uses GITHUB_TOKEN from environment no${{ github.token }}
hostnameGitHub hostname for Enterprise Server Default: automatically detected from environment no
namedescription
successWhether all validations passed
resultsAll validation results as JSON