Exempt the "codex" github user from signing the CLA (#6724)
This fixes bug #6697
This commit is contained in:
parent
e70c52a3af
commit
a52cf4d2b4
1 changed files with 3 additions and 1 deletions
4
.github/workflows/cla.yml
vendored
4
.github/workflows/cla.yml
vendored
|
|
@ -46,4 +46,6 @@ jobs:
|
|||
path-to-document: https://github.com/openai/codex/blob/main/docs/CLA.md
|
||||
path-to-signatures: signatures/cla.json
|
||||
branch: cla-signatures
|
||||
allowlist: dependabot[bot]
|
||||
allowlist: |
|
||||
codex
|
||||
dependabot[bot]
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue