Skip to content

Commit

Permalink
Merge branch 'main' into paddy/issue-273
Browse files Browse the repository at this point in the history
  • Loading branch information
paddyroddy authored Nov 25, 2024
2 parents beb8e12 + ca32a63 commit 7974cb3
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/pull_request.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,8 @@ on:

jobs:
check-pr-title:
if: github.actor != 'pre-commit-ci[bot]'
if:
github.actor != 'pre-commit-ci[bot]' && github.actor != 'dependabot[bot]'
runs-on: ubuntu-latest
steps:
- name: Enfore PR title format
Expand Down

0 comments on commit 7974cb3

Please sign in to comment.