From 4f9a684ffafda0a3d24b9457de5d208c2fadb13e Mon Sep 17 00:00:00 2001 From: Ayushi Ahjolia Date: Mon, 25 May 2026 11:06:49 -0700 Subject: [PATCH] ci: Skip commit lint for Dependabot PRs --- .github/workflows/ci.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 0a89a4c1..a1580ece 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -13,7 +13,7 @@ on: jobs: lint-commits: - if: github.event_name == 'pull_request' + if: github.event_name == 'pull_request' && github.actor != 'dependabot[bot]' runs-on: ubuntu-latest steps: - uses: actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6.0.2