Skip to content

Commit 6324f10

Browse files
committed
Reformat the actions/checkout comment about fetch-depth [dependabot skip]
1 parent a464795 commit 6324f10

File tree

1 file changed

+4
-2
lines changed

1 file changed

+4
-2
lines changed

.github/workflows/ci.yaml

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ name: CI
33
on:
44
pull_request:
55
push:
6-
branches: [main, signal/gh]
6+
branches: [main]
77
tags: [v*.*.*]
88

99
jobs:
@@ -18,7 +18,9 @@ jobs:
1818
steps:
1919
- uses: actions/checkout@v4
2020
with:
21-
fetch-depth: 0 # fetch all history for setuptools_scm to be able to read tags
21+
# Fetch all the history so setuptools_scm can version relative to the
22+
# most recent version tag.
23+
fetch-depth: 0
2224

2325
- uses: actions/setup-python@v4
2426
with:

0 commit comments

Comments
 (0)