Fix CLA link in workflow (#964)
## Summary - fix the CLA link posted by the bot - docs suggest using an absolute URL: https://github.com/marketplace/actions/cla-assistant-lite
This commit is contained in:
2
.github/workflows/cla.yml
vendored
2
.github/workflows/cla.yml
vendored
@@ -23,7 +23,7 @@ jobs:
|
|||||||
env:
|
env:
|
||||||
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
|
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
|
||||||
with:
|
with:
|
||||||
path-to-document: docs/CLA.md
|
path-to-document: https://github.com/openai/codex/blob/main/docs/CLA.md
|
||||||
path-to-signatures: signatures/cla.json
|
path-to-signatures: signatures/cla.json
|
||||||
branch: cla-signatures
|
branch: cla-signatures
|
||||||
allowlist: dependabot[bot]
|
allowlist: dependabot[bot]
|
||||||
|
|||||||
Reference in New Issue
Block a user