Skip to content

Commit 7f6e9a0

Browse files
committed
sync_default_gems.yml: Avoid fetching tags/branches
1 parent 57ea1c0 commit 7f6e9a0

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/sync_default_gems.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@ jobs:
3636
- uses: actions/checkout@08c6903cd8c0fde910a37f88322edcfb5dd907a8 # v5.0.0
3737
name: Check out ruby/ruby
3838
with:
39-
fetch-depth: 0 # Fetch all history to recognize past renames
39+
fetch-depth: 999999 # Fetch all history to follow past renames. Not using 0 to avoid fetching tags/branches.
4040
token: ${{ github.repository == 'ruby/ruby' && secrets.MATZBOT_AUTO_UPDATE_TOKEN || secrets.GITHUB_TOKEN }}
4141

4242
- name: Increase rename limit

0 commit comments

Comments
 (0)