Skip to content

Commit

Permalink
feat: enforce conventional commits (#1504)
Browse files Browse the repository at this point in the history
  • Loading branch information
DerekRoberts authored Oct 24, 2023
1 parent 6856d3f commit c71b6e3
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions .github/workflows/pr-open.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,14 @@ concurrency:
cancel-in-progress: true

jobs:
conventional-commits:
name: Conventional commits
runs-on: ubuntu-22.04
steps:
- uses: amannn/action-semantic-pull-request@v5.3.0
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}

pr-greeting:
name: PR Greeting
env:
Expand Down

0 comments on commit c71b6e3

Please sign in to comment.