Skip to content

Commit

Permalink
Create pull-request-title.yml workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
pmrotule committed Jun 25, 2024
1 parent c98f4f2 commit 9d908c4
Showing 1 changed file with 14 additions and 0 deletions.
14 changes: 14 additions & 0 deletions .github/workflows/pull-request-title.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,14 @@
name: 'Validate PR title'

on:
pull_request:
types: [opened, reopened, synchronize]

jobs:
conventional-pr-title:
name: Conventional commit
runs-on: ubuntu-latest
steps:
- uses: amannn/action-semantic-pull-request@v5
env:
GITHUB_TOKEN: ${{ github.token }}

0 comments on commit 9d908c4

Please sign in to comment.