From 600aeeb6f30ab7d2889fa29a58f70a46f319002a Mon Sep 17 00:00:00 2001 From: null-paorodrigues Date: Mon, 8 Jun 2026 17:18:46 -0300 Subject: [PATCH] ci: skip branch-name and commitlint checks for dependabot PRs --- .github/workflows/validate-commits.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/validate-commits.yml b/.github/workflows/validate-commits.yml index b3d6d90..40da721 100644 --- a/.github/workflows/validate-commits.yml +++ b/.github/workflows/validate-commits.yml @@ -7,11 +7,11 @@ on: jobs: branch-name: - if: ${{ !startsWith(github.head_ref, 'release-please') }} + if: ${{ !startsWith(github.head_ref, 'release-please') && !startsWith(github.head_ref, 'dependabot/') }} uses: nullplatform/actions-nullplatform/.github/workflows/branch-validation.yml@main commitlint: - if: ${{ !startsWith(github.head_ref, 'release-please') }} + if: ${{ !startsWith(github.head_ref, 'release-please') && !startsWith(github.head_ref, 'dependabot/') }} uses: nullplatform/actions-nullplatform/.github/workflows/conventional-commit.yml@main lint-charts: