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 78ba5c7 commit c1d68a6Copy full SHA for c1d68a6
1 file changed
.github/workflows/review.yaml
@@ -22,13 +22,6 @@ env:
22
# empty except for pull_request events
23
PULL_REQUEST_NUMBER: ${{ github.event.pull_request.number }}
24
25
- # Full clones of Squid repository branches (depth=19000+) waste resources,
26
- # while excessively shallow clones break tests that check for past commits
27
- # (e.g., to skip a particular test until a known bug is fixed) or generate
28
- # diffs against them (e.g., for `git diff --check`). This arbitrary limit
29
- # tries to balance the two concerns.
30
- CHECKOUT_FETCH_DEPTH: 1001
31
-
32
jobs:
33
34
hold-for-review:
0 commit comments