From 15e9ee04d80f816289402b441dec40d0c7f5704c Mon Sep 17 00:00:00 2001 From: Yevhenii Huselietov Date: Thu, 28 Jul 2022 15:30:44 -0400 Subject: [PATCH] Remove CLA from probot and use new GitHub action --- .github/workflows/cla.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/cla.yml b/.github/workflows/cla.yml index ecd71ce2..9c29c5c7 100644 --- a/.github/workflows/cla.yml +++ b/.github/workflows/cla.yml @@ -2,7 +2,7 @@ name: Contributor License Agreement (CLA) on: pull_request_target: - types: [opened, synchronize] + types: [opened, synchronize, reopened] issue_comment: types: [created]