Skip to content

Commit

Permalink
fix: Create pt-title.yaml (#23)
Browse files Browse the repository at this point in the history
  • Loading branch information
DanyHenriquez committed May 24, 2024
1 parent 8659a10 commit 3a4754f
Showing 1 changed file with 25 additions and 0 deletions.
25 changes: 25 additions & 0 deletions .github/workflows/pt-title.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,25 @@
name: "Lint PR"

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

jobs:
main:
name: Validate PR title
runs-on: ubuntu-latest
steps:
- uses: amannn/action-semantic-pull-request@v5
with:
requireScope: false
types: |
fix
feat
fix!
feat!
chore
env:
GITHUB_TOKEN: ${{ secrets.TOKEN }}

0 comments on commit 3a4754f

Please sign in to comment.