Skip to content

Commit

Permalink
Update CLA signatures location
Browse files Browse the repository at this point in the history
  • Loading branch information
robmen committed May 22, 2023
1 parent a204e95 commit 4920eb9
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/cla.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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'
path-to-document: 'https://github.com/wixtoolset/.github/blob/master/DNFCLA.md'
allowlist: wixbot,dependabot[bot]

This comment has been minimized.

Copy link
@liljshoota

liljshoota Jan 31, 2024

.github/workflows/cla.yml

3 comments on commit 4920eb9

@liljshoota
Copy link

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

.github/workflows/cla.yml

@liljshoota
Copy link

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

.github/workflows/cla.yml

@liljshoota
Copy link

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

.github/workflows/cla.yml

Please sign in to comment.