Skip to content

Commit

Permalink
feat: replace pr title check
Browse files Browse the repository at this point in the history
  • Loading branch information
michael12312 committed Sep 16, 2024
1 parent 4cd895d commit 4ecf0c7
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion .github/workflows/titlecheck.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,13 +9,16 @@ on:
- synchronize
- reopened

permissions:
pull-requests: read

jobs:
titlecheck:
name: PR title follows coventional commit
runs-on: ubuntu-latest
steps:
- name: Check conventinal title
uses: aslafy-z/conventional-pr-title-action@v3
uses: amannn/action-semantic-pull-request@v5
with:
success-state: Title follows the specification.
failure-state: Title does not follow the specification.
Expand Down

0 comments on commit 4ecf0c7

Please sign in to comment.