We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 84636e6 commit aff2fb7Copy full SHA for aff2fb7
.github/workflows/generate_monthly_changelog.yml
@@ -52,8 +52,8 @@ jobs:
52
# Specify whether to remove untracked files before checking out the repository:
53
clean: false
54
55
- # Limit clone depth to the most recent commit:
56
- fetch-depth: 1
+ # Fetch entire history so that we are guaranteed to have all commit messages for the last month:
+ fetch-depth: 0
57
58
# Token for accessing the repository:
59
token: ${{ secrets.STDLIB_BOT_FGPAT_REPO_READ }}
0 commit comments