We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent b33c31d commit 0ae0029Copy full SHA for 0ae0029
1 file changed
.github/workflows/check_commit_messages.yml
@@ -43,8 +43,8 @@ jobs:
43
44
- name: Fetch relevant branches
45
run: |
46
- git fetch origin $BASE:base
47
- git fetch origin pull/${{ github.event.pull_request.number }}/head:pr
+ git fetch origin $BASE:base --depth=1
+ git fetch origin pull/${{ github.event.pull_request.number }}/head:pr --depth=1
48
49
- name: Check commit messages prefix
50
env:
@@ -79,8 +79,8 @@ jobs:
79
80
81
82
83
84
85
- name: Check commit messages suffix
86
0 commit comments