Skip to content

Commit

Permalink
chore: add conventional commit check on PR title (#4121)
Browse files Browse the repository at this point in the history
  • Loading branch information
mikehardy authored Aug 21, 2020
1 parent 1b7db89 commit 7742a1f
Showing 1 changed file with 15 additions and 0 deletions.
15 changes: 15 additions & 0 deletions .github/workflows/pr_title.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,15 @@
name: 'PR Title is Conventional'
on:
pull_request_target:
types:
- opened
- edited
- synchronize

jobs:
main:
runs-on: ubuntu-latest
steps:
- uses: amannn/[email protected]
env:
GITHUB_TOKEN: ${{ secrets.GH_TOKEN }}

1 comment on commit 7742a1f

@vercel
Copy link

@vercel vercel bot commented on 7742a1f Aug 21, 2020

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Please sign in to comment.