Skip to content

Commit 85d6e40

Browse files
committed
chore: make labels sync optional
1 parent 158aaa2 commit 85d6e40

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

sync.sh

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -38,10 +38,6 @@ INITFILES="
3838
# Copy these files unconditionally
3939
COPYFILES="
4040
.github/renovate.json
41-
.github/labels.yml
42-
.github/workflows/closing.yml
43-
.github/workflows/labels.yml
44-
.github/workflows/label-sync.yml
4541
.github/workflows/pre-commit.yml
4642
.github/workflows/pull_requests.yaml
4743
.github/FUNDING.yml
@@ -56,6 +52,10 @@ COPYFILES="
5652

5753
# Update these files if present
5854
PRESENTFILES="
55+
.github/workflows/closing.yml
56+
.github/labels.yml
57+
.github/workflows/labels.yml
58+
.github/workflows/label-sync.yml
5959
.github/matchers/sphinx-linkcheck.json
6060
.github/matchers/sphinx-linkcheck-warn.json
6161
.github/matchers/sphinx.json

0 commit comments

Comments
 (0)