From a1ebde9efd21461d059d0c99be62f91184c6dcdd Mon Sep 17 00:00:00 2001 From: Dominik Pfaffenbauer Date: Fri, 20 Sep 2024 08:34:43 +0200 Subject: [PATCH] move signatures file --- {signatures => .github/signatures}/version1 /cla.json | 0 .github/workflows/cla-check.yml | 2 +- 2 files changed, 1 insertion(+), 1 deletion(-) rename {signatures => .github/signatures}/version1 /cla.json (100%) diff --git a/signatures/version1 /cla.json b/.github/signatures/version1 /cla.json similarity index 100% rename from signatures/version1 /cla.json rename to .github/signatures/version1 /cla.json diff --git a/.github/workflows/cla-check.yml b/.github/workflows/cla-check.yml index c44caa4..a706af8 100644 --- a/.github/workflows/cla-check.yml +++ b/.github/workflows/cla-check.yml @@ -21,7 +21,7 @@ jobs: env: GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }} with: - path-to-signatures: 'signatures/version1/cla.json' + path-to-signatures: '.github/signatures/version1/cla.json' path-to-document: 'https://github.com/cors-gmbh/pimcore-webcare/blob/main/CLA.md' branch: "main" allowlist: user1,bot* \ No newline at end of file