Skip to content

Commit

Permalink
Update changelog.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
mr-tz authored Oct 22, 2024
1 parent e504ad2 commit 58a35ee
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/changelog.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ permissions:
jobs:
check_changelog:
# no need to check for dependency updates via dependabot
if: github.actor != 'dependabot[bot]' && github.actor != 'dependabot-preview[bot]' && github.triggering_actor != 'dependabot[bot]' && github.triggering_actor != 'dependabot-preview[bot]'
if: github.actor != 'dependabot[bot]' && github.actor != 'dependabot-preview[bot]' && github.repository_owner != 'dependabot'
runs-on: ubuntu-latest
env:
NO_CHANGELOG: '[x] No CHANGELOG update needed'
Expand Down

0 comments on commit 58a35ee

Please sign in to comment.