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 84934ce commit e1dea93Copy full SHA for e1dea93
.github/workflows/lint.yml
@@ -57,4 +57,4 @@ jobs:
57
58
- name: Validate PR commits with commitlint
59
if: github.event_name == 'pull_request'
60
- run: npx commitlint --from ${{ github.event.pull_request.head.sha }}~${{ github.event.pull_request.commits }} --to ${{ github.event.pull_request.head.sha }} --verbose
+ run: npx commitlint --from ${{ github.event.pull_request.base.sha }} --to ${{ github.event.pull_request.head.sha }} --verbose
0 commit comments