Skip to content

chore: skip linked-issue check for org members#2107

Merged
KRRT7 merged 2 commits intomainfrom
chore/skip-linked-issue-org-members
Apr 23, 2026
Merged

chore: skip linked-issue check for org members#2107
KRRT7 merged 2 commits intomainfrom
chore/skip-linked-issue-org-members

Conversation

@KRRT7
Copy link
Copy Markdown
Collaborator

@KRRT7 KRRT7 commented Apr 23, 2026

Linked issue or discussion

Relates to #2093 — the linked-issue CI check was enforcing on all PRs, but org members shouldn't need it.

What changed

Uses github.event.pull_request.author_association to skip the linked-issue requirement for MEMBER and COLLABORATOR authors. External contributors still must reference an issue or discussion.

Test plan

  • Open a PR as an org member without a linked issue — check should pass
  • The check itself will validate on this PR (KRRT7 is MEMBER, so it should skip)

Use github.event.pull_request.author_association to bypass the
linked-issue requirement for MEMBER and COLLABORATOR authors.
External contributors still must reference an issue or discussion.
@github-actions github-actions Bot added the workflow-modified This PR modifies GitHub Actions workflows label Apr 23, 2026
@KRRT7 KRRT7 merged commit 3224f21 into main Apr 23, 2026
14 checks passed
@KRRT7 KRRT7 deleted the chore/skip-linked-issue-org-members branch April 23, 2026 10:06
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

workflow-modified This PR modifies GitHub Actions workflows

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant