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 a7ec9a6 commit eaf0a5aCopy full SHA for eaf0a5a
.github/workflows/pull_request.yml
@@ -29,7 +29,7 @@ jobs:
29
- name: Lint commits
30
if: github.event_name == 'pull_request'
31
run: |
32
- pnpx commitlint --from ${{ github.event.pull_request.head.sha }}~${{ github.event.pull_request.commits }} --to ${{ github.event.pull_request.head.sha }} --verbose
+ pnpx commitlint --from ${{ github.event.pull_request.base.sha }} --to ${{ github.event.pull_request.head.sha }} --verbose
33
34
notify_success:
35
runs-on: ubuntu-latest
0 commit comments