From 631201b885db8d4edfd37baa3c47579de2bdba4d Mon Sep 17 00:00:00 2001 From: Faraz Shaikh Date: Wed, 25 Sep 2024 13:30:20 +0400 Subject: [PATCH] Update CLA bot --- .github/workflows/cla.yml | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/.github/workflows/cla.yml b/.github/workflows/cla.yml index f53a5fd..9b3d675 100644 --- a/.github/workflows/cla.yml +++ b/.github/workflows/cla.yml @@ -1,7 +1,5 @@ name: "CLA Signature Bot" on: - issue_comment: - types: [created] pull_request: types: [opened, closed, synchronize] @@ -10,7 +8,7 @@ jobs: runs-on: ubuntu-latest steps: - name: "CLA Signature Bot" - uses: roblox/cla-assistant@2.0.0 + uses: roblox/cla-assistant@master env: GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }} with: