Skip to content

Commit

Permalink
ci: Check PR title (#137)
Browse files Browse the repository at this point in the history
  • Loading branch information
romac authored Jan 3, 2024
1 parent 73a9900 commit 379dd7d
Showing 1 changed file with 20 additions and 0 deletions.
20 changes: 20 additions & 0 deletions .github/workflows/pr.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,20 @@
name: PR

on:
pull_request_target:
types:
- opened
- reopened
- edited
- synchronize

jobs:
lint:
name: Check PR title
runs-on: ubuntu-latest
permissions:
statuses: write
steps:
- uses: aslafy-z/conventional-pr-title-action@v3
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}

0 comments on commit 379dd7d

Please sign in to comment.