ci: only run CLA assistant for openai org repos (#6687)

This prevents notifications coming from PRs on forked repos
This commit is contained in:
Josh McKinney
2025-11-14 17:34:14 -08:00
committed by GitHub
parent 89ecc00b79
commit 4ae986967c

View File

@@ -13,6 +13,9 @@ permissions:
jobs:
cla:
# Only run the CLA assistant for the canonical openai repo so forks are not blocked
# and contributors who signed previously do not receive duplicate CLA notifications.
if: ${{ github.repository_owner == 'openai' }}
runs-on: ubuntu-latest
steps:
- uses: contributor-assistant/github-action@v2.6.1