exclude dependabot from pr title validation

This commit is contained in:
Ulf Gebhardt 2023-10-05 13:07:34 +02:00
parent 9109c448f5
commit 50cb9a792d
Signed by: ulfgebhardt
GPG Key ID: DA6B843E748679C9

View File

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