Skip to content
This repository was archived by the owner on Apr 1, 2025. It is now read-only.

Commit 0f81102

Browse files
authored
chore(ci): utilize sync-file-templates repo (#13)
Signed-off-by: Ryohsuke Mitsudome <[email protected]>
1 parent 8421ef1 commit 0f81102

File tree

4 files changed

+15
-87
lines changed

4 files changed

+15
-87
lines changed

.github/PULL_REQUEST_TEMPLATE.md

-8
This file was deleted.

.github/PULL_REQUEST_TEMPLATE/small-change.md

-27
This file was deleted.

.github/PULL_REQUEST_TEMPLATE/standard-change.md

-42
This file was deleted.

.github/sync-files.yaml

+15-10
Original file line numberDiff line numberDiff line change
@@ -1,30 +1,35 @@
1-
- repository: autowarefoundation/autoware
1+
- repository: autowarefoundation/sync-file-templates
2+
source-dir: sources
23
files:
3-
- source: CODE_OF_CONDUCT.md
4-
- source: CONTRIBUTING.md
5-
- source: DISCLAIMER.md
6-
- source: LICENSE
74
- source: .github/ISSUE_TEMPLATE/bug.yaml
85
- source: .github/ISSUE_TEMPLATE/config.yml
96
- 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
137
- source: .github/dependabot.yaml
8+
- source: .github/pull_request_template.md
149
- 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
1515
- source: .github/workflows/github-release.yaml
1616
- source: .github/workflows/pre-commit.yaml
1717
- source: .github/workflows/pre-commit-optional.yaml
18+
- source: .github/workflows/pre-commit-optional-autoupdate.yaml
19+
- source: .github/workflows/pre-commit-autoupdate.yaml
1820
- source: .github/workflows/semantic-pull-request.yaml
19-
- source: .github/workflows/spell-check-differential.yaml
2021
- source: .github/workflows/sync-files.yaml
2122
- source: .markdown-link-check.json
2223
- source: .markdownlint.yaml
2324
- source: .pre-commit-config-optional.yaml
25+
- source: .pre-commit-config.yaml
2426
- source: .prettierignore
2527
- source: .prettierrc.yaml
2628
- source: .yamllint.yaml
27-
- source: setup.cfg
29+
- source: CODE_OF_CONDUCT.md
30+
- source: CONTRIBUTING.md
31+
- source: DISCLAIMER.md
32+
- source: LICENSE
2833

2934
- repository: autowarefoundation/autoware_common
3035
files:

0 commit comments

Comments
 (0)