Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
8 changes: 4 additions & 4 deletions .github/workflows/check_commit_messages.yml
Original file line number Diff line number Diff line change
Expand Up @@ -43,8 +43,8 @@ jobs:
- name: Fetch relevant branches
run: |
git fetch origin $BASE:base
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
- name: Check commit messages prefix
env:
Expand Down Expand Up @@ -79,8 +79,8 @@ jobs:

- name: Fetch relevant branches
run: |
git fetch origin $BASE:base
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
- name: Check commit messages suffix
run: |
Expand Down
Loading