Skip to content

Commit dca7f87

Browse files
authored
chore(IDX): update fetch-depth (#113)
1 parent e74b1fd commit dca7f87

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/repo_policies.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ jobs:
2424
path: current-repo # need to specify another path to avoid overwriting the first checkout
2525
repository: ${{ github.event.pull_request.head.repo.full_name }}
2626
ref: ${{ github.head_ref }}
27-
fetch-depth: 50
27+
fetch-depth: 100
2828

2929
- name: Python Setup
3030
uses: ./public-workflows/.github/workflows/python-setup

0 commit comments

Comments
 (0)