Skip to content

Commit

Permalink
In the changelog action, fetch full history so we can diff against main.
Browse files Browse the repository at this point in the history
  • Loading branch information
SpicyLemon committed Jul 29, 2024
1 parent 349bfe1 commit 16503a2
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/changelog.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,6 +22,8 @@ jobs:
# Depending on your needs, you can use a token that will re-trigger workflows
# See https://github.com/stefanzweifel/git-auto-commit-action#commits-made-by-this-action-do-not-trigger-new-workflow-runs
token: ${{ secrets.BOT_CPR_PAT }}
# Need full history to diff against.
fetch-depth: 0

# All commits must be signed, import key and sign commit of updated change log.
- name: Import GPG key
Expand Down

0 comments on commit 16503a2

Please sign in to comment.