1
0

Dependabot changelog: don't require a changelog in lints

This commit is contained in:
David Robertson
2022-10-03 19:29:53 +01:00
parent 0c9c159f45
commit 92ae90aca2
2 changed files with 7 additions and 16 deletions

View File

@@ -60,7 +60,7 @@ jobs:
run: scripts-dev/check_line_terminators.sh
lint-newsfile:
if: ${{ github.base_ref == 'develop' || contains(github.base_ref, 'release-') }}
if: ${{ (github.base_ref == 'develop' || contains(github.base_ref, 'release-')) && github.actor != 'dependabot[bot]' }}
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3