Skip to content

Commit cb7c89b

Browse files
authored
chore: switch conventional commit checker (#270)
1 parent 346318b commit cb7c89b

File tree

1 file changed

+4
-6
lines changed

1 file changed

+4
-6
lines changed

.github/workflows/pr.yaml

Lines changed: 4 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -6,14 +6,12 @@ on:
66
- opened
77
- edited
88
- reopened
9+
- synchronize
910

1011
jobs:
1112
lint:
12-
name: Lint
1313
runs-on: ubuntu-latest
14-
permissions:
15-
pull-requests: read
1614
steps:
17-
- uses: amannn/action-semantic-pull-request@v6
18-
env:
19-
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
15+
- uses: ytanikin/pr-conventional-commits@1.5.1
16+
with:
17+
task_types: '["feat","fix","docs","test","ci","refactor","perf","chore","revert"]'

0 commit comments

Comments
 (0)