@joebigelow / wix / commits / 02159955

Update CLA signatures location

Rob Mensching committed May 22, 2023 at 09:47 UTC 021599558ba97b7d08a5cf3186cbd6b5d7ab9f28
1 file changed +4 -4
.github/workflows/cla.yml
+4 -4
@@ -10,13 +10,13 @@ jobs:
10 runs-on: ubuntu-latest
11 steps:
12 - name: "CLA-Bot signature check"
13 - uses: cla-assistant/github-action@v2.1.3-beta
13 + uses: cla-assistant/github-action@v2.3.0
14 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'
15 env:
16 GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
17 PERSONAL_ACCESS_TOKEN : ${{ secrets.CLA_BOT_ACCESS_TOKEN }}
18 with:
19 - remote-repository-name: Home
19 + remote-repository-name: .github
20 path-to-signatures: '.github/signatures/cla.json'
21 - path-to-document: 'https://github.com/wixtoolset/Home/blob/master/DNFCLA.md'
22 - allowlist: wixbot
21 + path-to-document: 'https://github.com/wixtoolset/.github/blob/master/DNFCLA.md'
22 + allowlist: wixbot,dependabot[bot]