Skip to content

Commit

Permalink
Update GitHub changelog workflow
Browse files Browse the repository at this point in the history
Allow changelog entries to be missed by Dependabot.
  • Loading branch information
gbp committed Nov 6, 2023
1 parent 6e3e0aa commit 4fa2804
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/changelog.yml
Original file line number Diff line number Diff line change
Expand Up @@ -41,6 +41,7 @@ jobs:
fi
- name: Final Check
if: ${{ github.event.pull_request.user.login != 'dependabot[bot]' }}
run: |
if [[ "${{ steps.skip.outputs.skip_changelog }}" == "true" || "${{ steps.changes.outputs.changes_found }}" == "true" ]]; then
echo "Either [skip changelog] was found or doc/CHANGES.md was modified. Passing the action."
Expand Down

0 comments on commit 4fa2804

Please sign in to comment.