From 9cc632236599ed1dd47289026b2ee38f13214af9 Mon Sep 17 00:00:00 2001 From: Eray Date: Mon, 12 Jan 2026 00:46:27 +0300 Subject: [PATCH] Fix CLA document path in workflow --- .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 2f59f584..599d4c59 100644 --- a/.github/workflows/cla.yml +++ b/.github/workflows/cla.yml @@ -43,7 +43,7 @@ jobs: env: GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }} with: - path-to-document: https://github.com/openai/skills/blob/main/docs/CLA.md + path-to-document: https://github.com/openai/skills/blob/main/CLA.md path-to-signatures: signatures/cla.json branch: cla-signatures allowlist: codex,dependabot,dependabot[bot],github-actions[bot]