ci: only run CLA assistant for openai org repos (#6687)
This prevents notifications coming from PRs on forked repos
This commit is contained in:
parent
89ecc00b79
commit
4ae986967c
1 changed files with 3 additions and 0 deletions
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
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue