From 021599558ba97b7d08a5cf3186cbd6b5d7ab9f28 Mon Sep 17 00:00:00 2001 From: Rob Mensching Date: Mon, 22 May 2023 09:47:17 -0700 Subject: Update CLA signatures location --- .github/workflows/cla.yml | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) (limited to '.github') diff --git a/.github/workflows/cla.yml b/.github/workflows/cla.yml index 9d449e81..d356f4ad 100644 --- a/.github/workflows/cla.yml +++ b/.github/workflows/cla.yml @@ -10,13 +10,13 @@ jobs: runs-on: ubuntu-latest steps: - name: "CLA-Bot signature check" - uses: cla-assistant/github-action@v2.1.3-beta + uses: cla-assistant/github-action@v2.3.0 if: (github.event.comment.body == 'recheck' || github.event.comment.body == 'I have read the CLA Document and I hereby sign the CLA') || github.event_name == 'pull_request_target' env: GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }} PERSONAL_ACCESS_TOKEN : ${{ secrets.CLA_BOT_ACCESS_TOKEN }} with: - remote-repository-name: Home + remote-repository-name: .github path-to-signatures: '.github/signatures/cla.json' - path-to-document: 'https://github.com/wixtoolset/Home/blob/master/DNFCLA.md' - allowlist: wixbot + path-to-document: 'https://github.com/wixtoolset/.github/blob/master/DNFCLA.md' + allowlist: wixbot,dependabot[bot] -- cgit v1.2.3-55-g6feb