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 158aaa2 commit 85d6e40Copy full SHA for 85d6e40
sync.sh
@@ -38,10 +38,6 @@ INITFILES="
38
# Copy these files unconditionally
39
COPYFILES="
40
.github/renovate.json
41
- .github/labels.yml
42
- .github/workflows/closing.yml
43
- .github/workflows/labels.yml
44
- .github/workflows/label-sync.yml
45
.github/workflows/pre-commit.yml
46
.github/workflows/pull_requests.yaml
47
.github/FUNDING.yml
@@ -56,6 +52,10 @@ COPYFILES="
56
52
57
53
# Update these files if present
58
54
PRESENTFILES="
55
+ .github/workflows/closing.yml
+ .github/labels.yml
+ .github/workflows/labels.yml
+ .github/workflows/label-sync.yml
59
.github/matchers/sphinx-linkcheck.json
60
.github/matchers/sphinx-linkcheck-warn.json
61
.github/matchers/sphinx.json
0 commit comments