Skip to content

Commit

Permalink
chore: 🤖 conventional commits
Browse files Browse the repository at this point in the history
  • Loading branch information
heldrida committed Oct 21, 2024
1 parent db49324 commit dc442e5
Showing 1 changed file with 19 additions and 0 deletions.
19 changes: 19 additions & 0 deletions .github/workflows/conventional-commits.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,19 @@
name: 📩 PR title verification

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: ${{ secrets.GITHUB_TOKEN }}

0 comments on commit dc442e5

Please sign in to comment.