Skip to content

Commit

Permalink
chore: add PR title check (#487)
Browse files Browse the repository at this point in the history
  • Loading branch information
gioboa authored Nov 1, 2023
1 parent 947e514 commit 6f87a10
Show file tree
Hide file tree
Showing 2 changed files with 3,286 additions and 0 deletions.
22 changes: 22 additions & 0 deletions .github/workflows/pr.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,22 @@
name: PR Title Checks

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

permissions:
pull-requests: read

jobs:
############ SEMANTIC PR TITLE VALIDATION ############
semantic-pr:
name: Validate PR title
runs-on: ubuntu-latest
steps:
- uses: amannn/action-semantic-pull-request@v5
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
Loading

1 comment on commit 6f87a10

@vercel
Copy link

@vercel vercel bot commented on 6f87a10 Nov 1, 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.