From c7312c9d524783971c2ce6ee4a80f03ebf76950c Mon Sep 17 00:00:00 2001 From: Trevor Creech Date: Fri, 16 May 2025 17:11:57 -0700 Subject: [PATCH] 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 --- .github/workflows/cla.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/cla.yml b/.github/workflows/cla.yml index a7f6c628..521e917e 100644 --- a/.github/workflows/cla.yml +++ b/.github/workflows/cla.yml @@ -23,7 +23,7 @@ jobs: env: GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }} 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 branch: cla-signatures allowlist: dependabot[bot]