|
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 | 7 | - source: .github/dependabot.yaml
|
| 8 | + - source: .github/pull_request_template_complex.md |
| 9 | + - dest: .github/pull_request_template.md |
11 | 10 | - source: .github/stale.yml
|
12 | 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 |
13 | 18 | - source: .github/workflows/github-release.yaml
|
14 | 19 | - source: .github/workflows/pre-commit.yaml
|
15 | 20 | - source: .github/workflows/pre-commit-optional.yaml
|
| 21 | + - source: .github/workflows/pre-commit-optional-autoupdate.yaml |
| 22 | + - source: .github/workflows/pre-commit-autoupdate.yaml |
16 | 23 | - source: .github/workflows/semantic-pull-request.yaml
|
17 | 24 | - source: .github/workflows/spell-check-differential.yaml
|
18 | 25 | pre-commands: |
|
19 | 26 | 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 |
22 | 28 | pre-commands: |
|
23 | 29 | sd "spell-check-differential" "spell-check-daily" {source}
|
24 | 30 | sd " with:\n" " with:\n local-cspell-json: .cspell.json\n incremental-files-only: false\n" {source}
|
25 | 31 | sd "on:\n pull_request:\n" "on:\n schedule:\n - cron: 0 0 * * *\n workflow_dispatch:\n" {source}
|
26 | 32 | - source: .github/workflows/sync-files.yaml
|
| 33 | + - source: .github/workflows/update-codeowners-from-packages.yaml |
| 34 | + - source: docs/assets/js/mathjax.js |
27 | 35 | - source: .clang-format
|
| 36 | + - source: .clang-tidy |
28 | 37 | - source: .markdown-link-check.json
|
29 | 38 | - source: .markdownlint.yaml
|
30 | 39 | - source: .pre-commit-config-optional.yaml
|
| 40 | + - source: .pre-commit-config.yaml |
31 | 41 | - source: .prettierignore
|
32 | 42 | - source: .prettierrc.yaml
|
33 | 43 | - source: .yamllint.yaml
|
| 44 | + - source: CODE_OF_CONDUCT.md |
| 45 | + - source: CONTRIBUTING.md |
34 | 46 | - 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 |
53 | 49 | - source: mkdocs-base.yaml
|
54 | 50 | dest: mkdocs.yaml
|
55 | 51 | pre-commands: |
|
|
63 | 59 | " - macros" \
|
64 | 60 | " - macros:
|
65 | 61 | module_name: mkdocs_macros" {source}
|
66 |
| - - source: docs/assets/js/mathjax.js |
| 62 | + - source: setup.cfg |
0 commit comments