Fixed CLA action to properly exempt dependabot (#7429)
This commit is contained in:
parent
cb85a7b96e
commit
14df5c9492
1 changed files with 1 additions and 4 deletions
5
.github/workflows/cla.yml
vendored
5
.github/workflows/cla.yml
vendored
|
|
@ -46,7 +46,4 @@ jobs:
|
|||
path-to-document: https://github.com/openai/codex/blob/main/docs/CLA.md
|
||||
path-to-signatures: signatures/cla.json
|
||||
branch: cla-signatures
|
||||
allowlist: |
|
||||
codex
|
||||
dependabot
|
||||
dependabot[bot]
|
||||
allowlist: codex,dependabot,dependabot[bot],github-actions[bot]
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue