Skip to content

Commit 93612af

Browse files
authored
misc: Upgrade GitHub Action pr-lint.yml (#1063)
1 parent 9e8a259 commit 93612af

File tree

1 file changed

+8
-2
lines changed

1 file changed

+8
-2
lines changed

.github/workflows/pr-lint.yml

+8-2
Original file line numberDiff line numberDiff line change
@@ -8,8 +8,14 @@ jobs:
88
name: Validate title
99
runs-on: ubuntu-latest
1010
steps:
11-
- uses: amannn/action-semantic-pull-request@v4
11+
- uses: amannn/action-semantic-pull-request@v5
1212
with:
13-
types: chore docs fix feat test misc
13+
types: |
14+
chore
15+
docs
16+
fix
17+
feat
18+
misc
19+
test
1420
env:
1521
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}

0 commit comments

Comments
 (0)