Skip to content

Commit

Permalink
Merge pull request #216 from entropyxyz/cla-full-org
Browse files Browse the repository at this point in the history
Exempt organization members from needing to sign the CLA.
  • Loading branch information
vitropy authored Aug 6, 2024
2 parents df36f05 + 4223370 commit e33cf72
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/cla.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@ jobs:
steps:
- name: "CLA Assistant"
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/github-action@v2.4.0
uses: entropyxyz/contributor-assistant-github-action@c5f4628ffe1edb97724edb64e0dd4795394d33e5 # exemptRepoOrgMembers
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
# Required, so that the bot in this repository has `write` permissions to Contents of remote repo.
Expand All @@ -47,5 +47,6 @@ jobs:
path-to-document: 'https://github.com/entropyxyz/.github/blob/main/legal/cla/v1/cla.md'
branch: 'main'
allowlist: dependabot[bot]
exemptRepoOrgMembers: true
remote-organization-name: entropyxyz
remote-repository-name: .github

0 comments on commit e33cf72

Please sign in to comment.