From 3d338250531426a5c1d4c853a39a77466476cb4d Mon Sep 17 00:00:00 2001 From: Violet Parr Date: Tue, 6 Aug 2024 17:57:23 -0400 Subject: [PATCH] Update CLA Assistant to exempt our own Organization members. --- {.GitHub => .github}/workflows/cla.yaml | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) rename {.GitHub => .github}/workflows/cla.yaml (90%) diff --git a/.GitHub/workflows/cla.yaml b/.github/workflows/cla.yaml similarity index 90% rename from .GitHub/workflows/cla.yaml rename to .github/workflows/cla.yaml index febf7c7..ab8973f 100644 --- a/.GitHub/workflows/cla.yaml +++ b/.github/workflows/cla.yaml @@ -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. @@ -46,6 +46,7 @@ jobs: path-to-signatures: 'legal/cla/v1/signatures.json' path-to-document: 'https://github.com/entropyxyz/.github/blob/main/legal/cla/v1/cla.md' branch: 'main' - allowlist: dependabot[bot],entropyxyz + allowlist: dependabot[bot] + exemptRepoOrgMembers: true remote-organization-name: entropyxyz remote-repository-name: .github