Skip to content

Commit 5da39c2

Browse files
authored
chore: skip changelog verification for Dependabot PRs (#1355)
1 parent de43b9a commit 5da39c2

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

.github/workflows/changelog-verification.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -13,6 +13,7 @@ on:
1313
jobs:
1414
changelog-verification:
1515
runs-on: ubuntu-latest
16+
if: github.event.pull_request.user.login != 'dependabot[bot]' # no changelogs for Dependabot version bumps
1617
steps:
1718
- name: Configure AWS Credentials
1819
uses: aws-actions/configure-aws-credentials@v4

0 commit comments

Comments
 (0)