|
1 |
| -- repository: autowarefoundation/autoware |
| 1 | +- repository: autowarefoundation/sync-file-templates |
| 2 | + source-dir: sources |
2 | 3 | files:
|
3 | 4 | - source: CODE_OF_CONDUCT.md
|
4 | 5 | - source: CONTRIBUTING.md
|
|
7 | 8 | - source: .github/ISSUE_TEMPLATE/bug.yaml
|
8 | 9 | - source: .github/ISSUE_TEMPLATE/config.yml
|
9 | 10 | - 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 |
| 11 | + - source: .github/pull_request_template.md |
13 | 12 | - source: .github/dependabot.yaml
|
14 | 13 | - source: .github/stale.yml
|
15 | 14 | - source: .github/workflows/cancel-previous-workflows.yaml
|
| 15 | + - source: .github/workflows/comment-on-pr.yaml |
16 | 16 | - source: .github/workflows/github-release.yaml
|
17 | 17 | - source: .github/workflows/pre-commit.yaml
|
18 | 18 | - source: .github/workflows/pre-commit-optional.yaml
|
|
22 | 22 | - source: .clang-format
|
23 | 23 | - source: .markdown-link-check.json
|
24 | 24 | - source: .markdownlint.yaml
|
| 25 | + - source: .pre-commit-config.yaml |
25 | 26 | - source: .pre-commit-config-optional.yaml
|
26 | 27 | - source: .prettierignore
|
27 | 28 | - source: .prettierrc.yaml
|
28 | 29 | - source: .yamllint.yaml
|
29 | 30 | - source: CPPLINT.cfg
|
30 | 31 | - source: setup.cfg
|
31 |
| - |
32 |
| -- repository: autowarefoundation/autoware_common |
33 |
| - files: |
34 |
| - - source: .github/workflows/build-and-test.yaml |
35 |
| - pre-commands: | |
36 |
| - sd "container: ros:(\w+)" "container: ghcr.io/autowarefoundation/autoware-universe:\$1-latest" {source} |
37 |
| -
|
38 |
| - sd -s 'container: ${{ matrix.container }}' 'container: ${{ matrix.container }}${{ matrix.container-suffix }}' {source} |
39 |
| - sd -- \ |
40 |
| - " include:" \ |
41 |
| - " container-suffix: |
42 |
| - - \"\" |
43 |
| - - -cuda |
44 |
| - include:" {source} |
45 |
| - - source: .github/workflows/build-and-test-differential-self-hosted.yaml |
46 |
| - pre-commands: | |
47 |
| - sd "container: ros:(\w+)" "container: ghcr.io/autowarefoundation/autoware-universe:\$1-latest" {source} |
48 |
| -
|
49 |
| - sd -s 'container: ${{ matrix.container }}' 'container: ${{ matrix.container }}${{ matrix.container-suffix }}' {source} |
50 |
| - sd -- \ |
51 |
| - " include:" \ |
52 |
| - " container-suffix: |
53 |
| - - \"\" |
54 |
| - - -cuda |
55 |
| - include:" {source} |
56 |
| - - source: .github/workflows/build-and-test-self-hosted.yaml |
57 |
| - pre-commands: | |
58 |
| - sd "container: ros:(\w+)" "container: ghcr.io/autowarefoundation/autoware-universe:\$1-latest" {source} |
59 |
| -
|
60 |
| - sd -s 'container: ${{ matrix.container }}' 'container: ${{ matrix.container }}${{ matrix.container-suffix }}' {source} |
61 |
| - sd -- \ |
62 |
| - " include:" \ |
63 |
| - " container-suffix: |
64 |
| - - \"\" |
65 |
| - - -cuda |
66 |
| - include:" {source} |
67 |
| - - source: .github/workflows/check-build-depends.yaml |
68 |
| - - source: .github/workflows/clang-tidy-pr-comments.yaml |
69 |
| - - source: .github/workflows/clang-tidy-pr-comments-manually.yaml |
70 |
| - - source: .github/workflows/update-codeowners-from-packages.yaml |
71 |
| - - source: .pre-commit-config.yaml |
72 |
| - - source: codecov.yaml |
73 |
| - |
74 |
| -- repository: autowarefoundation/autoware-documentation |
75 |
| - files: |
76 | 32 | - source: .github/workflows/deploy-docs.yaml
|
77 | 33 | - source: .github/workflows/delete-closed-pr-docs.yaml
|
78 | 34 | - source: mkdocs-base.yaml
|
79 | 35 | dest: mkdocs.yaml
|
80 | 36 | pre-commands: |
|
81 |
| - sd "Autoware Documentation" "Autoware Universe Documentation" {source} |
82 |
| - sd "autoware-documentation" "autoware.universe" {source} |
83 |
| - sd "repo_url: .*" "repo_url: https://github.com/autowarefoundation/autoware.universe" {source} |
| 37 | + sd "Autoware Documentation" "Autoware Tools Documentation" {source} |
| 38 | + sd "autoware-documentation" "autoware-tools-documentation" {source} |
| 39 | + sd "repo_url: .*" "repo_url: https://github.com/autowarefoundation/autoware_tools" {source} |
84 | 40 | sd "/edit/main/docs/" "/edit/main/" {source}
|
85 | 41 | sd "docs_dir: .*" "docs_dir: ." {source}
|
86 | 42 | sd "assets/(\w+)" "docs/assets/\$1" {source}
|
|
0 commit comments