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 de43b9a commit 5da39c2Copy full SHA for 5da39c2
.github/workflows/changelog-verification.yml
@@ -13,6 +13,7 @@ on:
13
jobs:
14
changelog-verification:
15
runs-on: ubuntu-latest
16
+ if: github.event.pull_request.user.login != 'dependabot[bot]' # no changelogs for Dependabot version bumps
17
steps:
18
- name: Configure AWS Credentials
19
uses: aws-actions/configure-aws-credentials@v4
0 commit comments