|
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.md |
14 | 9 | - source: .github/stale.yml
|
| 10 | + - source: .github/workflows/cancel-previous-workflows.yaml |
| 11 | + - source: .github/workflows/check-build-depends.yaml |
| 12 | + - source: .github/workflows/clang-tidy-pr-comments.yaml |
| 13 | + - source: .github/workflows/clang-tidy-pr-comments-manually.yaml |
| 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 | + - source: .github/workflows/pre-commit-optional-autoupdate.yaml |
| 19 | + - source: .github/workflows/pre-commit-autoupdate.yaml |
18 | 20 | - source: .github/workflows/semantic-pull-request.yaml
|
19 |
| - - 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
|
| 25 | + - source: .pre-commit-config.yaml |
24 | 26 | - source: .prettierignore
|
25 | 27 | - source: .prettierrc.yaml
|
26 | 28 | - source: .yamllint.yaml
|
27 |
| - - source: setup.cfg |
| 29 | + - source: CODE_OF_CONDUCT.md |
| 30 | + - source: CONTRIBUTING.md |
| 31 | + - source: DISCLAIMER.md |
| 32 | + - source: LICENSE |
28 | 33 |
|
29 | 34 | - repository: autowarefoundation/autoware_common
|
30 | 35 | files:
|
|
0 commit comments