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 57ea1c0 commit 7f6e9a0Copy full SHA for 7f6e9a0
.github/workflows/sync_default_gems.yml
@@ -36,7 +36,7 @@ jobs:
36
- uses: actions/checkout@08c6903cd8c0fde910a37f88322edcfb5dd907a8 # v5.0.0
37
name: Check out ruby/ruby
38
with:
39
- fetch-depth: 0 # Fetch all history to recognize past renames
+ fetch-depth: 999999 # Fetch all history to follow past renames. Not using 0 to avoid fetching tags/branches.
40
token: ${{ github.repository == 'ruby/ruby' && secrets.MATZBOT_AUTO_UPDATE_TOKEN || secrets.GITHUB_TOKEN }}
41
42
- name: Increase rename limit
0 commit comments