Skip to content

Commit

Permalink
chore: add PR title check
Browse files Browse the repository at this point in the history
  • Loading branch information
gioboa committed Aug 6, 2024
1 parent 8521033 commit ffc6e23
Showing 1 changed file with 19 additions and 0 deletions.
19 changes: 19 additions & 0 deletions .github/workflows/pr.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,19 @@
name: Validate PR title

on:
pull_request:
branches:
- main

permissions:
pull-requests: read

jobs:
############ SEMANTIC PR TITLE VALIDATION ############
semantic-pr:
name: Validate PR title
runs-on: ubuntu-latest
steps:
- uses: amannn/[email protected]
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}

0 comments on commit ffc6e23

Please sign in to comment.