|
1 |
| -- repository: autowarefoundation/autoware |
| 1 | +- repository: autowarefoundation/sync-file-templates |
| 2 | + source-dir: sources |
2 | 3 | files:
|
3 |
| - - source: CODE_OF_CONDUCT.md |
4 |
| - - source: CONTRIBUTING.md |
5 |
| - - source: DISCLAIMER.md |
6 |
| - - source: LICENSE |
7 | 4 | - source: .github/ISSUE_TEMPLATE/bug.yaml
|
8 | 5 | - source: .github/ISSUE_TEMPLATE/config.yml
|
9 | 6 | - source: .github/ISSUE_TEMPLATE/task.yaml
|
10 |
| - - source: .github/PULL_REQUEST_TEMPLATE.md |
11 |
| - - source: .github/PULL_REQUEST_TEMPLATE/small-change.md |
12 |
| - - source: .github/PULL_REQUEST_TEMPLATE/standard-change.md |
13 | 7 | - source: .github/dependabot.yaml
|
| 8 | + - source: .github/pull_request_template_complex.md |
| 9 | + dest: .github/pull_request_template.md |
14 | 10 | - source: .github/stale.yml
|
15 | 11 | - 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 |
16 | 18 | - source: .github/workflows/github-release.yaml
|
17 | 19 | - source: .github/workflows/pre-commit.yaml
|
18 |
| - - source: .github/workflows/pre-commit-optional.yaml |
| 20 | + - source: .github/workflows/pre-commit-autoupdate.yaml |
19 | 21 | - source: .github/workflows/semantic-pull-request.yaml
|
20 | 22 | - source: .github/workflows/spell-check-differential.yaml
|
| 23 | + pre-commands: | |
| 24 | + sd " with:\n" " with:\n local-cspell-json: .cspell.json\n" {source} |
| 25 | + - source: .github/workflows/spell-check-daily.yaml |
| 26 | + pre-commands: | |
| 27 | + sd " with:\n" " with:\n local-cspell-json: .cspell.json\n" {source} |
21 | 28 | - source: .github/workflows/sync-files.yaml
|
| 29 | + - source: .github/workflows/update-codeowners-from-packages.yaml |
22 | 30 | - source: .clang-format
|
23 | 31 | - source: .clang-tidy
|
24 | 32 | - source: .markdown-link-check.json
|
25 | 33 | - source: .markdownlint.yaml
|
26 |
| - - source: .pre-commit-config-optional.yaml |
| 34 | + - source: .pre-commit-config.yaml |
27 | 35 | - source: .prettierignore
|
28 | 36 | - source: .prettierrc.yaml
|
29 | 37 | - source: .yamllint.yaml
|
| 38 | + - source: codecov.yaml |
| 39 | + - source: CODE_OF_CONDUCT.md |
| 40 | + - source: CONTRIBUTING.md |
30 | 41 | - source: CPPLINT.cfg
|
| 42 | + - source: DISCLAIMER.md |
| 43 | + - source: LICENSE |
| 44 | + - source: mkdocs-base.yaml |
| 45 | + dest: mkdocs.yaml |
| 46 | + pre-commands: | |
| 47 | + sd "Autoware Documentation" "Autoware Core Documentation" {source} |
| 48 | + sd "autoware-documentation" "autoware.core" {source} |
| 49 | + sd "repo_url: .*" "repo_url: https://github.com/autowarefoundation/autoware.core" {source} |
| 50 | + sd "/edit/main/docs/" "/edit/main/" {source} |
| 51 | + sd "docs_dir: .*" "docs_dir: ." {source} |
| 52 | + sd "assets/(\w+)" "docs/assets/\$1" {source} |
| 53 | + sd -- \ |
| 54 | + " - macros" \ |
| 55 | + " - macros: |
| 56 | + module_name: mkdocs_macros" {source} |
31 | 57 | - source: setup.cfg
|
32 |
| - |
33 |
| -- repository: autowarefoundation/autoware_common |
34 |
| - files: |
35 |
| - - source: .github/workflows/build-and-test.yaml |
36 |
| - - source: .github/workflows/build-and-test-differential.yaml |
37 |
| - - source: .github/workflows/build-and-test-differential-self-hosted.yaml |
38 |
| - - source: .github/workflows/build-and-test-self-hosted.yaml |
39 |
| - - source: .github/workflows/check-build-depends.yaml |
40 |
| - - source: .github/workflows/clang-tidy-pr-comments.yaml |
41 |
| - - source: .github/workflows/update-codeowners-from-packages.yaml |
42 |
| - - source: .pre-commit-config.yaml |
43 |
| - - source: codecov.yaml |
44 |
| - |
45 |
| -- repository: autowarefoundation/autoware-documentation |
46 |
| - files: |
47 |
| - - source: .github/workflows/deploy-docs.yaml |
48 |
| - - source: .github/workflows/delete-closed-pr-docs.yaml |
|
0 commit comments