Skip to content

Commit 716ea3e

Browse files
also validate single commit
1 parent 02dcc8c commit 716ea3e

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

.github/workflows/conventional-prs.yml

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,4 +13,6 @@ jobs:
1313
steps:
1414
- uses: amannn/action-semantic-pull-request@v3.4.0
1515
env:
16-
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
16+
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
17+
with:
18+
validateSingleCommit: true

0 commit comments

Comments
 (0)