We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 70968df + 66125e7 commit 16d3969Copy full SHA for 16d3969
.github/workflows/pr.yaml
@@ -9,7 +9,7 @@ jobs:
9
runs-on: ubuntu-latest
10
steps:
11
- name: PR Conventional Commit Validation
12
- uses: ytanikin/PRConventionalCommits@1.2.0
+ uses: ytanikin/PRConventionalCommits@1.3.0
13
with:
14
task_types: '["feat","fix","docs","test","ci","refactor","perf","chore","revert"]'
15
add_label: 'false'
0 commit comments