Skip to content

Commit

Permalink
[ci] adjust lowest commitizen-checked sha
Browse files Browse the repository at this point in the history
  • Loading branch information
christian-monch committed Oct 22, 2024
1 parent 6dcb271 commit d6d10fd
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/conventional-commits.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,4 +20,4 @@ jobs:
run: python -m pip install commitizen
- name: Run commit message checks
run: |
cz check --rev-range ${{ github.event.pull_request.base.sha }}..${{ github.event.pull_request.head.sha }}
cz check --rev-range 96a1909122fccba56b8164fb534b32f017344b09..${{ github.event.pull_request.head.sha }}

0 comments on commit d6d10fd

Please sign in to comment.