|
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
|
| 14 | + - source: .github/workflows/comment-on-pr.yaml |
15 | 15 | - source: .github/workflows/github-release.yaml
|
16 | 16 | - source: .github/workflows/pre-commit.yaml
|
17 | 17 | - source: .github/workflows/pre-commit-optional.yaml
|
18 | 18 | - source: .github/workflows/semantic-pull-request.yaml
|
| 19 | + - source: .github/workflows/spell-check-daily.yaml |
19 | 20 | - source: .github/workflows/spell-check-differential.yaml
|
20 | 21 | - source: .github/workflows/sync-files.yaml
|
21 | 22 | - source: .markdown-link-check.json
|
22 | 23 | - source: .markdownlint.yaml
|
23 | 24 | - source: .pre-commit-config-optional.yaml
|
24 | 25 | - source: .prettierignore
|
| 26 | + pre-commands: | |
| 27 | + sd "rviz\n" "rviz\n**/diagnostic_graph_aggregator/\n" {source} |
25 | 28 | - source: .prettierrc.yaml
|
26 | 29 | - source: .yamllint.yaml
|
27 | 30 | - source: setup.cfg
|
28 |
| - |
29 |
| -- repository: autowarefoundation/autoware_common |
30 |
| - files: |
31 | 31 | - source: .github/workflows/build-and-test.yaml
|
32 | 32 | - source: .github/workflows/build-and-test-differential.yaml
|
33 | 33 | - source: .github/workflows/cancel-previous-workflows.yaml
|
0 commit comments