mirror of
https://github.com/openai/codex.git
synced 2026-02-01 22:47:52 +00:00
ci: only run CLA assistant for openai org repos (#6687)
This prevents notifications coming from PRs on forked repos
This commit is contained in:
3
.github/workflows/cla.yml
vendored
3
.github/workflows/cla.yml
vendored
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user