Skip to content

Commit

Permalink
gh-469: @pre-commit.ci shouldn't break title checking (#474)
Browse files Browse the repository at this point in the history
  • Loading branch information
paddyroddy authored Jan 17, 2025
1 parent f6cfde4 commit 8521dde
Showing 1 changed file with 4 additions and 3 deletions.
7 changes: 4 additions & 3 deletions .github/workflows/pull_request.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,11 +12,12 @@ on:

jobs:
check-pr-title:
if:
github.actor != 'pre-commit-ci[bot]' && github.actor != 'dependabot[bot]'
if: >-
github.event.pull_request.user.login != 'pre-commit-ci[bot]' &&
github.event.pull_request.user.login != 'dependabot[bot]'
runs-on: ubuntu-latest
steps:
- name: Enfore PR title format
- name: Enforce PR title format
uses: thehanimo/[email protected]
with:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
Expand Down

0 comments on commit 8521dde

Please sign in to comment.