ignore dependabot for changelog check

This commit is contained in:
Moritz Raabe
2021-06-07 09:52:46 +02:00
parent 6f51324cca
commit ff66346d2a

View File

@@ -24,7 +24,7 @@ jobs:
run: |
echo $FILES | grep -qF 'CHANGELOG.md' || echo $PR_BODY | grep -qiF "$NO_CHANGELOG"
- name: Reject pull request if no CHANGELOG update
if: ${{ always() && steps.changelog_updated.outcome == 'failure' }}
if: ${{ always() && steps.changelog_updated.outcome == 'failure' && github.actor != 'dependabot' }}
uses: Ana06/automatic-pull-request-review@v0.1.0
with:
repo-token: ${{ secrets.GITHUB_TOKEN }}