Skip to content

Commit 9602913

Browse files
committed
chore: downgrade conventional commits validation to 1.4.1
1 parent 18eb0d4 commit 9602913

File tree

1 file changed

+1
-3
lines changed

1 file changed

+1
-3
lines changed

.github/workflows/pr_convnetional_commit_validation.yml

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -6,11 +6,9 @@ on:
66

77
jobs:
88
validate-pr-title:
9-
permissions:
10-
pull-requests: write
119
runs-on: ubuntu-latest
1210
steps:
1311
- name: PR Conventional Commit Validation
14-
uses: ytanikin/pr-conventional-commits@1.4.2
12+
uses: ytanikin/pr-conventional-commits@1.4.1
1513
with:
1614
task_types: '["feat","fix","docs","test","ci","refactor","perf","chore","revert"]'

0 commit comments

Comments
 (0)