Skip to content
Snippets Groups Projects

fix(other): exclude dependabot from pr title linting

Merged Hannes Heine requested to merge lint_pr_not_for_dependabot into master
1 file
+ 1
0
Compare changes
  • Side-by-side
  • Inline
@@ -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:
Loading