sugurutakahashi-1234/Issue Linker
A CLI and GitHub Action that validates issue references (#123) in any text
View on GitHubTrust Signals
- Scorecard Score
- not yet scored
- Maintenance Recency
- Stale
- License
- None
Inputs
| name | description | required | default |
|---|---|---|---|
| validate-branch | Validate branch name | no | false |
| validate-pr-title | Validate PR title | no | false |
| validate-pr-body | Validate PR body | no | false |
| validate-commits | Validate all commit messages in the PR Requires pull_request event context | no | false |
| comment-on-issues-when-branch-pushed | Comment on detected issues when a branch is first pushed to GitHub. Requires validate-branch to be enabled. Works best with the 'create' event trigger. | no | false |
| text | Custom text to validate | no | — |
| check-mode | Check mode for finding issue numbers Options: 'default', 'branch', 'commit' | no | default |
| extract | Custom extraction pattern (regex) that overrides check-mode defaults | no | — |
| exclude | Custom exclude pattern (glob) that overrides check-mode defaults | no | — |
| issue-status | Issue status filter Options: 'all', 'open', 'closed' | no | all |
| repo | Repository in owner/repo format Default: current repository | no | ${{ github.repository }} |
| github-token | GitHub token for API access Default: uses GITHUB_TOKEN from environment | no | ${{ github.token }} |
| hostname | GitHub hostname for Enterprise Server Default: automatically detected from environment | no | — |
Outputs
| name | description |
|---|---|
| success | Whether all validations passed |
| results | All validation results as JSON |