arkid15r/Check PR Issue Action

Validates that PRs are linked to issues and optionally enforces assignee requirements

View on GitHub

Trust Signals

Scorecard Score
not yet scored
Maintenance Recency
Stale
License
None
namedescriptionrequireddefault
skip_usersComma-separated list of usernames to skip validationno""
skip_users_file_pathPath to a file containing usernames to skip validation (one username per line)no""
check_issue_referenceWhether to allow PRs without a linked issue when the PR description contains a valid closing issue referencenofalse
require_assigneeWhether to require issue assignee to match PR authornofalse
close_pr_on_failureWhether to close PR when validation fails (default: true)notrue
no_issue_messageError message when PR has no linked issuenoThis PR must be linked to an issue before it can be merged.
no_assignee_messageError message when assignee does not match PR authornoThe linked issue must be assigned to the PR author before this PR can be merged.
target_branchesNewline-separated list of target branches to validate against (repository default branch is automatically included)no""
invalid_branch_messageError message when PR targets an invalid branchnoThis PR must target one of the allowed branches.
github_tokenGitHub token for API accessyes

no outputs