Skip to content

Commit

Permalink
Update conventional-prs.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
visze authored Nov 5, 2024
1 parent 58c55c3 commit 163ccdd
Showing 1 changed file with 7 additions and 5 deletions.
12 changes: 7 additions & 5 deletions .github/workflows/conventional-prs.yml
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
---
name: PR
name: "Lint PR"
on:
pull_request_target:
types:
Expand All @@ -8,12 +8,14 @@ on:
- edited
- synchronize

permissions:
pull-requests: read

jobs:
title-format:
main:
name: Validate PR title
runs-on: ubuntu-latest
steps:
- uses: amannn/action-semantic-pull-request@v4
- uses: amannn/action-semantic-pull-request@v5
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
with:
validateSingleCommit: true

0 comments on commit 163ccdd

Please sign in to comment.