We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent c161ef3 commit 0f5cb79Copy full SHA for 0f5cb79
docs/guides/ci-setup.md
@@ -46,7 +46,7 @@ jobs:
46
47
- name: Validate PR commits with commitlint
48
if: github.event_name == 'pull_request'
49
- 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
50
```
51
52
## Travis
0 commit comments