Skip to content

Commit

Permalink
feat(workflow): lint-pr ensures your PR title matches the Conventiona…
Browse files Browse the repository at this point in the history
…l Commits spec
  • Loading branch information
Tal Borenstein committed Feb 21, 2023
1 parent 079b266 commit 6f5a9bc
Showing 1 changed file with 18 additions and 0 deletions.
18 changes: 18 additions & 0 deletions .github/workflows/lint-pr.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,18 @@
name: "Lint PR"

on:
pull_request_target:
types:
- opened
- edited
- synchronize

jobs:
main:
name: Validate PR title
runs-on: ubuntu-latest
steps:
- name: semantic-pull-request
uses: amannn/[email protected]
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}

1 comment on commit 6f5a9bc

@vercel
Copy link

@vercel vercel bot commented on 6f5a9bc Feb 21, 2023

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.