Skip to content

Commit 0bfa0fe

Browse files
Exclude dependabot from changelog check (#458)
1 parent 138c3f4 commit 0bfa0fe

2 files changed

Lines changed: 2 additions & 1 deletion

File tree

.github/workflows/changelog_check.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ on: [pull_request]
33

44
jobs:
55
check-newsfile:
6-
if: ${{ github.base_ref == 'main' || contains(github.base_ref, 'release-') }}
6+
if: ${{ (github.base_ref == 'main' || contains(github.base_ref, 'release-')) && github.event.pull_request.user.login != 'dependabot[bot]' }}
77
runs-on: ubuntu-latest
88
steps:
99
- uses: actions/checkout@v6

changelog.d/458.misc

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
Exclude @dependabot from the changelog check GitHub Actions CI.

0 commit comments

Comments
 (0)