We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 0589b20 commit 2f02721Copy full SHA for 2f02721
1 file changed
.github/workflows/changelog-verification.yml
@@ -14,6 +14,7 @@ on:
14
jobs:
15
changelog-verification:
16
runs-on: ubuntu-latest
17
+ if: github.event.pull_request.user.login != 'dependabot[bot]' # no changelogs for Dependabot version bumps
18
steps:
19
- name: Configure AWS Credentials
20
uses: aws-actions/configure-aws-credentials@v4
@@ -22,4 +23,4 @@ jobs:
22
23
aws-region: us-west-2
24
25
- name: Verify changelog
- 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