Skip to content

Commit

Permalink
Merge pull request #33 from twilio/add-pr-lint-workflow
Browse files Browse the repository at this point in the history
chore: add PR lint workflow
  • Loading branch information
sbansla authored Oct 4, 2024
2 parents 42c7ba1 + bc9c122 commit 487d3e9
Showing 1 changed file with 21 additions and 0 deletions.
21 changes: 21 additions & 0 deletions .github/workflows/pr-lint.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,21 @@
name: Lint PR
on:
pull_request_target:
types: [ opened, edited, synchronize, reopened ]

jobs:
validate:
name: Validate title
runs-on: ubuntu-latest
steps:
- uses: amannn/action-semantic-pull-request@v5
with:
types: |
chore
docs
fix
feat
misc
test
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}

0 comments on commit 487d3e9

Please # to comment.