Merge pull request #6085 from Ocelot-Social-Community/lint_pr_not_for_dependabot

fix(other): exclude dependabot from pr title linting
This commit is contained in:
Ulf Gebhardt 2023-03-06 12:37:48 +01:00 committed by GitHub
commit 5b8fcc945c
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -12,6 +12,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: