From 57f1851cdd535668c014ca28f69b352a6b478b49 Mon Sep 17 00:00:00 2001 From: bd_ Date: Wed, 12 Mar 2025 21:08:05 -0700 Subject: [PATCH] ci: exclude dependabot from changelog checks --- .github/workflows/changelog-check.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.github/workflows/changelog-check.yml b/.github/workflows/changelog-check.yml index c226a04a..9ffc147f 100644 --- a/.github/workflows/changelog-check.yml +++ b/.github/workflows/changelog-check.yml @@ -31,6 +31,7 @@ jobs: || contains(github.event.pull_request.labels.*.name, 'localization') || contains(github.event.pull_request.labels.*.name, 'ci') || contains(github.event.pull_request.labels.*.name, 'refactor') + || startsWith(github.event.pull_request.head.label, 'bdunderscore:dependabot/') || '' }} SNAPSHOT_ONLY: ${{ contains(github.event.pull_request.labels.*.name, 'PRERELEASE-ONLY') || '' }} # Steps represent a sequence of tasks that will be executed as part of the job