Skip to content

Commit 53f721e

Browse files
committed
ci(sync-files): utilize the sync-file-templates repo and fix ci
Signed-off-by: M. Fatih Cırıt <mfc@autoware.org>
1 parent 5798d4e commit 53f721e

10 files changed

+10
-343
lines changed

.github/PULL_REQUEST_TEMPLATE.md

-8
This file was deleted.

.github/PULL_REQUEST_TEMPLATE/small-change.md

-40
This file was deleted.

.github/PULL_REQUEST_TEMPLATE/standard-change.md

-50
This file was deleted.

.github/sync-files-reverse-reference.yaml

-39
This file was deleted.

.github/sync-files.yaml

+10-5
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,5 @@
1-
- repository: autowarefoundation/autoware
1+
- repository: autowarefoundation/sync-file-templates
2+
source-dir: sources
23
files:
34
- source: CODE_OF_CONDUCT.md
45
- source: CONTRIBUTING.md
@@ -7,14 +8,10 @@
78
- source: .github/ISSUE_TEMPLATE/bug.yaml
89
- source: .github/ISSUE_TEMPLATE/config.yml
910
- 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
1311
- source: .github/dependabot.yaml
1412
- source: .github/stale.yml
1513
- source: .github/workflows/cancel-previous-workflows.yaml
1614
- source: .github/workflows/github-release.yaml
17-
- source: .github/workflows/pre-commit.yaml
1815
- source: .github/workflows/pre-commit-autoupdate.yaml
1916
- source: .github/workflows/pre-commit-optional.yaml
2017
- source: .github/workflows/semantic-pull-request.yaml
@@ -24,9 +21,17 @@
2421
- source: .clang-tidy
2522
- source: .markdown-link-check.json
2623
- source: .markdownlint.yaml
24+
- source: .pre-commit-config.yaml
2725
- source: .pre-commit-config-optional.yaml
2826
- source: .prettierignore
2927
- source: .prettierrc.yaml
3028
- source: .yamllint.yaml
3129
- source: CPPLINT.cfg
3230
- source: setup.cfg
31+
- source: .github/workflows/build-and-test.yaml
32+
pre-commands: |
33+
sed -i '/build-depends-repos/d' {source}
34+
- source: .github/workflows/build-and-test-differential.yaml
35+
pre-commands: |
36+
sed -i '/build-depends-repos/d' {source}
37+

.github/workflows/build-and-test-differential-self-hosted.yaml

-55
This file was deleted.

.github/workflows/build-and-test-self-hosted.yaml

-43
This file was deleted.

.github/workflows/build-and-test-with-reverse-depends.yaml

-52
This file was deleted.

.github/workflows/pre-commit.yaml

-27
This file was deleted.

.github/workflows/sync-files-reverse-reference.yaml

-24
This file was deleted.

0 commit comments

Comments
 (0)