From 3a50ad1e39dea3085d83b09ba30c0debd8370de9 Mon Sep 17 00:00:00 2001 From: Ian Botsford <83236726+ianbotsf@users.noreply.github.com> Date: Mon, 4 Aug 2025 16:46:58 +0000 Subject: [PATCH] chore: skip changelog verification for Dependabot PRs --- .github/workflows/changelog-verification.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.github/workflows/changelog-verification.yml b/.github/workflows/changelog-verification.yml index 98c291c2c..995c03843 100644 --- a/.github/workflows/changelog-verification.yml +++ b/.github/workflows/changelog-verification.yml @@ -13,6 +13,7 @@ on: jobs: changelog-verification: runs-on: ubuntu-latest + if: github.event.pull_request.user.login != 'dependabot[bot]' # no changelogs for Dependabot version bumps steps: - name: Configure AWS Credentials uses: aws-actions/configure-aws-credentials@v4