Skip to content

Commit 4cd12d4

Browse files
committed
Revert "chore: downgrade conventional commits validation to 1.4.1"
This reverts commit 9602913.
1 parent 9602913 commit 4cd12d4

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

.github/workflows/pr_convnetional_commit_validation.yml

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

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

0 commit comments

Comments
 (0)