From a80a55a5b35e7c097b33b729c16f0f2e775e1ed8 Mon Sep 17 00:00:00 2001 From: ajianaz Date: Wed, 19 Aug 2026 14:15:52 +0700 Subject: [PATCH] fix(ci): skip CLA check for bots (dependabot, renovate, github-actions) --- .github/workflows/cla-check.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.github/workflows/cla-check.yml b/.github/workflows/cla-check.yml index f0fa96a..98820d7 100644 --- a/.github/workflows/cla-check.yml +++ b/.github/workflows/cla-check.yml @@ -12,6 +12,7 @@ permissions: jobs: cla-check: runs-on: ubuntu-latest + if: "!contains(fromJSON('[\"app/dependabot\", \"app/renovate\", \"github-actions[bot]\"]'), github.event.pull_request.user.login)" steps: - name: Fetch & check CLA signature id: check