Merge pull request #77 from IT4Change/dependabot-pr-title-exception

fix(workflow): exclude dependabot from pr title validation
This commit is contained in:
Ulf Gebhardt 2023-10-05 13:32:43 +02:00 committed by GitHub
commit a319739ffa
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

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: