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: