aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRob Mensching <rob@firegiant.com>2023-05-22 09:47:17 -0700
committerRob Mensching <rob@firegiant.com>2023-06-03 01:24:39 -0700
commit36e3408d6f99da692fff5720ff2867faad2803ea (patch)
tree1503894e95dfe05991e816d5186d97eafc552db2
parentddc79979ced959d8e1b7bd326950a735b73343e5 (diff)
downloadwix-36e3408d6f99da692fff5720ff2867faad2803ea.tar.gz
wix-36e3408d6f99da692fff5720ff2867faad2803ea.tar.bz2
wix-36e3408d6f99da692fff5720ff2867faad2803ea.zip
Update CLA signatures location
-rw-r--r--.github/workflows/cla.yml8
1 files changed, 4 insertions, 4 deletions
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:
10 runs-on: ubuntu-latest 10 runs-on: ubuntu-latest
11 steps: 11 steps:
12 - name: "CLA-Bot signature check" 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' 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: 15 env:
16 GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }} 16 GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
17 PERSONAL_ACCESS_TOKEN : ${{ secrets.CLA_BOT_ACCESS_TOKEN }} 17 PERSONAL_ACCESS_TOKEN : ${{ secrets.CLA_BOT_ACCESS_TOKEN }}
18 with: 18 with:
19 remote-repository-name: Home 19 remote-repository-name: .github
20 path-to-signatures: '.github/signatures/cla.json' 20 path-to-signatures: '.github/signatures/cla.json'
21 path-to-document: 'https://github.com/wixtoolset/Home/blob/master/DNFCLA.md' 21 path-to-document: 'https://github.com/wixtoolset/.github/blob/master/DNFCLA.md'
22 allowlist: wixbot 22 allowlist: wixbot,dependabot[bot]