exclude dependabot from pr title linting

This commit is contained in:
Ulf Gebhardt 2023-03-06 11:06:08 +01:00
parent 610c60ff6e
commit 0f4e609667
Signed by: ulfgebhardt
GPG Key ID: DA6B843E748679C9

View File

@ -12,6 +12,7 @@ jobs:
main: main:
name: Validate PR title name: Validate PR title
runs-on: ubuntu-latest runs-on: ubuntu-latest
if: ${{ github.actor != 'dependabot[bot]' }}
steps: steps:
- uses: amannn/action-semantic-pull-request@v5 - uses: amannn/action-semantic-pull-request@v5
env: env: