Skip to content

Commit

Permalink
chore: bump pr title check
Browse files Browse the repository at this point in the history
  • Loading branch information
yannbertrand authored May 2, 2024
1 parent 8461e30 commit 4052a46
Showing 1 changed file with 3 additions and 6 deletions.
9 changes: 3 additions & 6 deletions .github/workflows/check-pr-title.yaml
Original file line number Diff line number Diff line change
@@ -1,14 +1,11 @@
name: pr title check

on:
pull_request:
types: [opened, edited, ready_for_review, reopened]

jobs:
lint-pr-title:
runs-on: ubuntu-latest
if: github.event.pull_request.draft == false && github.event.pull_request.state == 'open'
permissions:
pull-requests: read
steps:
- uses: Slashgear/[email protected]
with:
regexp: '^\[[A-Z]+\] '
- uses: 1024pix/pix-actions/check-pr-title@main

0 comments on commit 4052a46

Please sign in to comment.