Skip to content

Commit

Permalink
feat: adding the need for conventional commits to our CI
Browse files Browse the repository at this point in the history
  • Loading branch information
cmeesters committed Apr 3, 2024
1 parent 3a5192b commit 263887c
Showing 1 changed file with 16 additions and 0 deletions.
16 changes: 16 additions & 0 deletions .github/workflows/conventional-pr.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,16 @@
name: PR
on:
pull_request_target:
types:
- opened
- reopened
- edited
- synchronize

jobs:
title-format:
runs-on: ubuntu-latest
steps:
- uses: amannn/action-semantic-pull-request@v3.4.0
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}

0 comments on commit 263887c

Please # to comment.