svtter/PR Issue Check
Require pull requests to have at least one linked issue.
View on GitHubTrust Signals
- Scorecard Score
- not yet scored
- Maintenance Recency
- Stale
- License
- None
Inputs
| name | description | required | default |
|---|---|---|---|
| github-token | GitHub token used to read PR data and optionally manage reminder comments. | yes | — |
| exclude-branches | Comma or newline separated branch name patterns to skip (e.g. dependabot/**). | no | dependabot/** |
| exclude-labels | Comma separated label names that skip issue check when applied to the PR. | no | skip-issue-check,documentation |
| comment | Whether to post or update the missing-issue reminder comment when no linked issue is found. | no | false |
| comment-marker | Marker used to identify this action's reminder comment for safe updates/removal. | no | <!-- pr-check:missing-linked-issue --> |
| missing-issue-message | Custom message content shown when a PR has no linked closing issue. | no | This pull request does not currently link to a closing issue. For better traceability and release planning, please link the corresponding issue in this PR description. |
Outputs
no outputs