Skip to content

Commit

Permalink
chore: enforce conventional commits on main
Browse files Browse the repository at this point in the history
  • Loading branch information
MexicanAce committed Sep 13, 2023
1 parent 0cac26b commit b65fc08
Showing 1 changed file with 18 additions and 0 deletions.
18 changes: 18 additions & 0 deletions .github/workflows/check-pr-title.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,18 @@
name: Check PR title
on:
pull_request_target:
types:
- opened
- reopened
- edited
- synchronize

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

0 comments on commit b65fc08

Please sign in to comment.