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 304afb4 commit 9fb3986Copy full SHA for 9fb3986
.github/workflows/pull-request.yml
@@ -16,7 +16,7 @@ jobs:
16
ref: ${{ github.event.pull_request.head.sha }}
17
-
18
name: Checkout target commit
19
- run: git -c protocol.version=2 fetch --no-tags --prune --no-recurse-submodules --depth=1 origin ${{ github.event.pull_request.base.ref }}
+ run: git -c protocol.version=2 fetch --no-tags --prune --no-recurse-submodules --depth=50 origin ${{ github.event.pull_request.base.ref }}
20
21
name: Set up Python 3.11
22
uses: actions/setup-python@v5
0 commit comments