From 894d404ce8df5fa06ffa4ae2cb7352e06f8b2abc Mon Sep 17 00:00:00 2001 From: Eray <37340907+erayack@users.noreply.github.com> Date: Mon, 12 Jan 2026 00:48:29 +0300 Subject: [PATCH] Fix CLA document path (#43) ## Summary This PR corrects the path to the CLA document referenced in the GitHub Actions workflow. The CLA document is located at the root of the repository, not in a docs/ subdirectory. --- .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 2f59f58..599d4c5 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]