From f9ec200e5dfb84e2f7f03a184bad61e26f95a2c4 Mon Sep 17 00:00:00 2001 From: Carly Gundy <47304080+cgundy@users.noreply.github.com> Date: Mon, 2 Oct 2023 13:11:33 +0200 Subject: [PATCH] Update check_cla.yml --- .github/workflows/check_cla.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/check_cla.yml b/.github/workflows/check_cla.yml index 4b9dfec..acf1d3b 100644 --- a/.github/workflows/check_cla.yml +++ b/.github/workflows/check_cla.yml @@ -22,7 +22,7 @@ jobs: # Dont run this workflow if it was triggered by one of these bots # Don't run it during a merge queue, as it can't correctly identify the actor if: | - (contains(fromJson('["dependabot[bot]", "github-actions[bot]"), github.actor) == false) && + github.actor != "dependabot[bot]" && github.actor != "github-actions[bot]" && github.event_name != 'merge_group' outputs: is_member: ${{ steps.check-membership.outputs.is_member}}