We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 179079b commit 567b522Copy full SHA for 567b522
.github/workflows/workflow.yaml
@@ -97,7 +97,7 @@ jobs:
97
echo "Using workflow configuration for commitlint"
98
echo "commitlintconfig=.github-workflow-semantic-release/commitlint.config.js" >> $GITHUB_OUTPUT
99
fi
100
- - uses: wagoid/commitlint-github-action@v6.1.2
+ - uses: wagoid/commitlint-github-action@v5.4.5
101
id: lint
102
continue-on-error: ${{ github.event_name == 'pull_request' }}
103
with:
0 commit comments