We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 5126eaf commit 82b4b08Copy full SHA for 82b4b08
.github/workflows/ci.yml
@@ -64,7 +64,7 @@ jobs:
64
MAX_COUNT: 6 # Keep in sync with name above
65
steps:
66
- name: Determine fetch depth
67
- run: echo "FETCH_DEPTH=$((${{ github.event.pull_request.commits }} + 2))" >> "$GITHUB_ENV"
+ run: echo "FETCH_DEPTH=$((${{ github.event.pull_request.commits }} + 1000))" >> "$GITHUB_ENV"
68
- *ANNOTATION_PR_NUMBER
69
- uses: actions/checkout@v6
70
with:
0 commit comments