From baf82902368ac0ddfc7b8b781e9c70b374d9d36b Mon Sep 17 00:00:00 2001 From: Jeremy Stretch Date: Wed, 4 Mar 2026 11:52:23 -0500 Subject: [PATCH] Run only in netbox-community/netbox --- .github/workflows/claude-code-review.yml | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/.github/workflows/claude-code-review.yml b/.github/workflows/claude-code-review.yml index 3697aba9d..410360a53 100644 --- a/.github/workflows/claude-code-review.yml +++ b/.github/workflows/claude-code-review.yml @@ -8,8 +8,9 @@ jobs: claude-review: # Only run for PRs submitted by organization members or owners if: | - github.event.pull_request.author_association == 'MEMBER' || - github.event.pull_request.author_association == 'OWNER' + github.repository == 'netbox-community/netbox' && + (github.event.pull_request.author_association == 'MEMBER' || + github.event.pull_request.author_association == 'OWNER') runs-on: ubuntu-latest permissions: