Skip to content

Commit

Permalink
chore: check for conventional commit PR title (#34)
Browse files Browse the repository at this point in the history
Add PR title check workflow
  • Loading branch information
raducristianpopa authored Dec 6, 2023
1 parent c7f9039 commit f042c3a
Showing 1 changed file with 14 additions and 0 deletions.
14 changes: 14 additions & 0 deletions .github/workflows/pr-title-check.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,14 @@
name: Check PR title

on:
pull_request:
branches: ["**"]

jobs:
check-pr-title:
name: Check PR Title
runs-on: ubuntu-22.04
steps:
- uses: amannn/action-semantic-pull-request@v5
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}

0 comments on commit f042c3a

Please sign in to comment.