From 641fba02301a133ffa380d53407c98ec77d4b847 Mon Sep 17 00:00:00 2001 From: Carly Gundy <47304080+cgundy@users.noreply.github.com> Date: Tue, 31 Oct 2023 10:58:57 +0100 Subject: [PATCH] Add sa-github-api as exception --- .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 3255f64..1e897dc 100644 --- a/.github/workflows/check_cla.yml +++ b/.github/workflows/check_cla.yml @@ -11,7 +11,7 @@ jobs: runs-on: ubuntu-latest # 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: ${{ github.event.pull_request.user.login != 'dependabot[bot]' && github.event.pull_request.user.login != 'github-actions[bot]' && github.event_name != 'merge_group' }} + if: ${{ github.event.pull_request.user.login != 'dependabot[bot]' && github.event.pull_request.user.login != 'github-actions[bot]' && github.event.pull_request.user.login != 'sa-github-api' && github.event_name != 'merge_group' }} outputs: is_member: ${{ steps.check-membership.outputs.is_member}} steps: