Merge pull request #648 from fireeye/mr-tz-patch-1

update dependabot actor name
This commit is contained in:
Moritz
2021-06-22 09:07:12 +02:00
committed by GitHub

View File

@@ -10,7 +10,7 @@ on:
jobs:
check_changelog:
# no need to check for dependency updates via dependabot
if: github.actor != 'dependabot'
if: github.actor != 'dependabot[bot]' && github.actor != 'dependabot-preview[bot]'
runs-on: ubuntu-20.04
env:
NO_CHANGELOG: '[x] No CHANGELOG update needed'