Skip to content

Commit

Permalink
fix(release-pr): fetch only 1000 commits
Browse files Browse the repository at this point in the history
This should be more than enough.
  • Loading branch information
caugner committed Oct 23, 2024
1 parent eeda753 commit 069c0f4
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/release-pr.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,6 +19,9 @@ jobs:

steps:
- uses: actions/checkout@v4
with:
fetch-depth: 1000

- uses: actions/setup-node@v4
with:
node-version-file: ".nvmrc"
Expand Down

0 comments on commit 069c0f4

Please sign in to comment.