We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent df10db5 commit 0398e94Copy full SHA for 0398e94
1 file changed
.github/workflows/update_contributors.yml
@@ -58,6 +58,9 @@ jobs:
58
# Refers to the development branch:
59
ref: 'develop'
60
61
+ # Fetch entire history:
62
+ fetch-depth: 0
63
+
64
# Specify whether to download Git-LFS files:
65
lfs: false
66
timeout-minutes: 10
@@ -85,7 +88,7 @@ jobs:
85
88
body: |
86
89
This PR
87
90
- - updates list of contributors
91
+ - updates the list of contributors
92
93
commit-message: 'Update list of contributors'
94
committer: 'stdlib-bot <noreply@stdlib.io>'
0 commit comments