We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 2735289 commit 7d6392fCopy full SHA for 7d6392f
1 file changed
.github/workflows/pr.yml
@@ -11,6 +11,7 @@ jobs:
11
runs-on: ubuntu-latest
12
steps:
13
- name: PR Conventional Commit Validation
14
+ if: ${{ github.event_name != 'merge_group' }}
15
uses: ytanikin/[email protected]
16
with:
17
task_types: '["feat","fix","docs","test","ci","refactor","perf","chore","revert", "depr"]'
0 commit comments