Skip to content

Commit

Permalink
feat: adding conventional commit requirement (#394)
Browse files Browse the repository at this point in the history
  • Loading branch information
jakeyheath authored May 16, 2022
1 parent 253aadc commit 39b962c
Showing 1 changed file with 15 additions and 0 deletions.
15 changes: 15 additions & 0 deletions .github/workflows/conventional-commit.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,15 @@
name: Ensure all PRs have conventional commit titles
on:
pull_request:
types:
- edited
- opened
- synchronize
- reopened

jobs:
conventional_commit_title:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- uses: chanzuckerberg/github-actions/.github/actions/[email protected]

0 comments on commit 39b962c

Please sign in to comment.