Skip to content

Commit 0398e94

Browse files
committed
Fetch entire history
1 parent df10db5 commit 0398e94

1 file changed

Lines changed: 4 additions & 1 deletion

File tree

.github/workflows/update_contributors.yml

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -58,6 +58,9 @@ jobs:
5858
# Refers to the development branch:
5959
ref: 'develop'
6060

61+
# Fetch entire history:
62+
fetch-depth: 0
63+
6164
# Specify whether to download Git-LFS files:
6265
lfs: false
6366
timeout-minutes: 10
@@ -85,7 +88,7 @@ jobs:
8588
body: |
8689
This PR
8790
88-
- updates list of contributors
91+
- updates the list of contributors
8992
9093
commit-message: 'Update list of contributors'
9194
committer: 'stdlib-bot <noreply@stdlib.io>'

0 commit comments

Comments
 (0)