Skip to content

Commit 2f02721

Browse files
authored
chore: skip changelog verification workflow for Dependabot PRs (#1853)
1 parent 0589b20 commit 2f02721

1 file changed

Lines changed: 2 additions & 1 deletion

File tree

.github/workflows/changelog-verification.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,6 +14,7 @@ on:
1414
jobs:
1515
changelog-verification:
1616
runs-on: ubuntu-latest
17+
if: github.event.pull_request.user.login != 'dependabot[bot]' # no changelogs for Dependabot version bumps
1718
steps:
1819
- name: Configure AWS Credentials
1920
uses: aws-actions/configure-aws-credentials@v4
@@ -22,4 +23,4 @@ jobs:
2223
aws-region: us-west-2
2324

2425
- name: Verify changelog
25-
uses: aws/aws-kotlin-repo-tools/.github/actions/changelog-verification@main
26+
uses: aws/aws-kotlin-repo-tools/.github/actions/changelog-verification@main

0 commit comments

Comments
 (0)