Skip to content

Commit e9c92c8

Browse files
committed
Add comment on why fetch-depth: 0
1 parent cd9a5a8 commit e9c92c8

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

.github/workflows/create-translations-pr.yml

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,9 @@ jobs:
1919
repository: 'steppi/numpy.org'
2020
path: 'numpy.org'
2121
ref: 'main'
22-
fetch-depth: 0
22+
fetch-depth: 0 # Gets full github history.
23+
# Full history is needed for the scripted interactive rebase
24+
# which takes place in create_branch_for_language.sh below.
2325

2426
- name: Checkout scientific-python-translations automations
2527
uses: actions/checkout@v4

0 commit comments

Comments
 (0)