diff --git a/.github/workflows/cla.yml b/.github/workflows/cla.yml index c6fc7e658eea..14f2413cb55b 100644 --- a/.github/workflows/cla.yml +++ b/.github/workflows/cla.yml @@ -1,9 +1,10 @@ name: "CLA Signature Bot" + on: issue_comment: types: [created] pull_request_target: - types: [opened,closed,synchronize] + types: [opened, closed, synchronize] jobs: CLABot: