Skip to content

Commit

Permalink
chore(repo): Lint PR title
Browse files Browse the repository at this point in the history
  • Loading branch information
lusu007 committed Jul 13, 2024
1 parent 06c5ced commit 47069dd
Showing 1 changed file with 24 additions and 0 deletions.
24 changes: 24 additions & 0 deletions .github/workflows/pr-lint.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,24 @@
name: Lint pull request title

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

permissions:
contents: read

jobs:
main:
permissions:
pull-requests: read
statuses: write
name: Validate PR title
runs-on: ubuntu-latest
steps:
- uses: amannn/action-semantic-pull-request@0723387faaf9b38adef4775cd42cfd5155ed6017 # v5.5.3
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}

0 comments on commit 47069dd

Please sign in to comment.