From dd6a54cb49ce4e7b05732d95fed86ad8c0516d1c Mon Sep 17 00:00:00 2001 From: Vi P <129776839+vitropy@users.noreply.github.com> Date: Wed, 7 Aug 2024 13:17:00 -0400 Subject: [PATCH] Update CLA Assistant to exempt our own Organization members. (#89) --- .github/workflows/cla.yaml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/.github/workflows/cla.yaml b/.github/workflows/cla.yaml index febf7c7..32bb3d9 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. @@ -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],entropyxyz + exemptRepoOrgMembers: true remote-organization-name: entropyxyz remote-repository-name: .github