Skip to content

Commit

Permalink
Updated the CLA workflow.
Browse files Browse the repository at this point in the history
  • Loading branch information
cowwoc committed Dec 8, 2024
1 parent 40cc191 commit 7bc5724
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions .github/workflows/cla.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,10 +19,12 @@ jobs:
# https://github.com/contributor-assistant/github-action
- name: "CLA Assistant Lite"
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'
uses: contributor-assistant/[email protected]
uses: contributor-assistant/[email protected]
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
with:
path-to-signatures: 'cla/version1/signatures/cla.json'
path-to-document: 'https://github.com/cowwoc/pouch/blob/master/cla/version1/cla.md' # e.g. a CLA or a DCO document
path-to-document: 'https://github.com/cowwoc/pouch/blob/main/cla/version1/cla.md' # e.g. a CLA or a DCO document
# branch should not be protected
branch: 'main'
allowlist: cowwoc
Expand Down

0 comments on commit 7bc5724

Please sign in to comment.