Skip to content

Commit

Permalink
ci: lint PR titles
Browse files Browse the repository at this point in the history
  • Loading branch information
kanadgupta committed Jan 24, 2024
1 parent 5197475 commit dfe0204
Showing 1 changed file with 19 additions and 0 deletions.
19 changes: 19 additions & 0 deletions .github/workflows/lint-pr-title.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,19 @@
name: Lint PR Title

on:
pull_request_target:
types:
- opened
- edited

permissions:
pull-requests: read

jobs:
validate:
runs-on: ubuntu-latest
timeout-minutes: 5
steps:
- uses: amannn/action-semantic-pull-request@v5
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}

0 comments on commit dfe0204

Please sign in to comment.