Run only in netbox-community/netbox

This commit is contained in:
Jeremy Stretch
2026-03-04 11:52:23 -05:00
parent 71e543a124
commit baf8290236

View File

@@ -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: