Skip to content

Commit 987bbb1

Browse files
committed
ci(sync-files): make use of sync-files-templates repo
Signed-off-by: M. Fatih Cırıt <mfcirit@gmail.com>
1 parent e4f8414 commit 987bbb1

File tree

1 file changed

+22
-26
lines changed

1 file changed

+22
-26
lines changed

.github/sync-files.yaml

+22-26
Original file line numberDiff line numberDiff line change
@@ -1,55 +1,51 @@
1-
- repository: autowarefoundation/autoware
1+
- repository: autowarefoundation/sync-file-templates
2+
source-dir: sources
23
files:
3-
- source: CODE_OF_CONDUCT.md
4-
- source: CONTRIBUTING.md
5-
- source: DISCLAIMER.md
6-
- source: LICENSE
74
- source: .github/ISSUE_TEMPLATE/bug.yaml
85
- source: .github/ISSUE_TEMPLATE/config.yml
96
- source: .github/ISSUE_TEMPLATE/task.yaml
107
- source: .github/dependabot.yaml
8+
- source: .github/pull_request_template_complex.md
9+
- dest: .github/pull_request_template.md
1110
- source: .github/stale.yml
1211
- source: .github/workflows/cancel-previous-workflows.yaml
12+
- source: .github/workflows/check-build-depends.yaml
13+
- source: .github/workflows/clang-tidy-pr-comments.yaml
14+
- source: .github/workflows/clang-tidy-pr-comments-manually.yaml
15+
- source: .github/workflows/comment-on-pr.yaml
16+
- source: .github/workflows/delete-closed-pr-docs.yaml
17+
- source: .github/workflows/deploy-docs.yaml
1318
- source: .github/workflows/github-release.yaml
1419
- source: .github/workflows/pre-commit.yaml
1520
- source: .github/workflows/pre-commit-optional.yaml
21+
- source: .github/workflows/pre-commit-optional-autoupdate.yaml
22+
- source: .github/workflows/pre-commit-autoupdate.yaml
1623
- source: .github/workflows/semantic-pull-request.yaml
1724
- source: .github/workflows/spell-check-differential.yaml
1825
pre-commands: |
1926
sd " with:\n" " with:\n local-cspell-json: .cspell.json\n" {source}
20-
- source: .github/workflows/spell-check-differential.yaml
21-
dest: .github/workflows/spell-check-daily.yaml
27+
- source: .github/workflows/spell-check-daily.yaml
2228
pre-commands: |
2329
sd "spell-check-differential" "spell-check-daily" {source}
2430
sd " with:\n" " with:\n local-cspell-json: .cspell.json\n incremental-files-only: false\n" {source}
2531
sd "on:\n pull_request:\n" "on:\n schedule:\n - cron: 0 0 * * *\n workflow_dispatch:\n" {source}
2632
- source: .github/workflows/sync-files.yaml
33+
- source: .github/workflows/update-codeowners-from-packages.yaml
34+
- source: docs/assets/js/mathjax.js
2735
- source: .clang-format
36+
- source: .clang-tidy
2837
- source: .markdown-link-check.json
2938
- source: .markdownlint.yaml
3039
- source: .pre-commit-config-optional.yaml
40+
- source: .pre-commit-config.yaml
3141
- source: .prettierignore
3242
- source: .prettierrc.yaml
3343
- source: .yamllint.yaml
44+
- source: CODE_OF_CONDUCT.md
45+
- source: CONTRIBUTING.md
3446
- source: CPPLINT.cfg
35-
- source: setup.cfg
36-
37-
- repository: autowarefoundation/autoware_common
38-
files:
39-
- source: .github/workflows/clang-tidy-differential.yaml
40-
pre-commands: |
41-
sd 'container: ros:(\w+)' 'container: ghcr.io/autowarefoundation/autoware:universe-devel-cuda' {source}
42-
- source: .github/workflows/check-build-depends.yaml
43-
- source: .github/workflows/clang-tidy-pr-comments.yaml
44-
- source: .github/workflows/clang-tidy-pr-comments-manually.yaml
45-
- source: .github/workflows/update-codeowners-from-packages.yaml
46-
- source: .pre-commit-config.yaml
47-
- source: codecov.yaml
48-
49-
- repository: autowarefoundation/autoware-documentation
50-
files:
51-
- source: .github/workflows/deploy-docs.yaml
52-
- source: .github/workflows/delete-closed-pr-docs.yaml
47+
- source: DISCLAIMER.md
48+
- source: LICENSE
5349
- source: mkdocs-base.yaml
5450
dest: mkdocs.yaml
5551
pre-commands: |
@@ -63,4 +59,4 @@
6359
" - macros" \
6460
" - macros:
6561
module_name: mkdocs_macros" {source}
66-
- source: docs/assets/js/mathjax.js
62+
- source: setup.cfg

0 commit comments

Comments
 (0)