diff --git a/.github/workflows/cla.yml b/.github/workflows/cla.yml index 94bb97a03..8f5b1f44c 100644 --- a/.github/workflows/cla.yml +++ b/.github/workflows/cla.yml @@ -18,7 +18,7 @@ on: pull_request_target: types: [opened, synchronize, reopened] issue_comment: - types: [created] + types: [created, edited] permissions: contents: write @@ -42,7 +42,7 @@ jobs: permission-contents: write - name: Run CLA Bot - uses: overtrue/cla-bot@v0.0.6 + uses: overtrue/cla-bot@v0.0.8 with: github-token: ${{ github.token }} registry-token: ${{ steps.registry-token.outputs.token }}