Skip to content

Commit cad4e1c

Browse files
authored
ci(sync-files): utilize the sync-file-templates repository and clean up ci (#41)
Signed-off-by: M. Fatih Cırıt <mfc@autoware.org>
1 parent 439e9ea commit cad4e1c

10 files changed

+7
-349
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

+7-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,12 @@
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
12+
- source: .github/pull_request_template.md
1413
- source: .github/stale.yml
14+
- source: .github/workflows/comment-on-pr.yaml
1515
- source: .github/workflows/cancel-previous-workflows.yaml
1616
- source: .github/workflows/github-release.yaml
17-
- source: .github/workflows/pre-commit.yaml
1817
- source: .github/workflows/pre-commit-autoupdate.yaml
1918
- source: .github/workflows/pre-commit-optional.yaml
2019
- source: .github/workflows/semantic-pull-request.yaml
@@ -24,9 +23,12 @@
2423
- source: .clang-tidy
2524
- source: .markdown-link-check.json
2625
- source: .markdownlint.yaml
26+
- source: .pre-commit-config.yaml
2727
- source: .pre-commit-config-optional.yaml
2828
- source: .prettierignore
2929
- source: .prettierrc.yaml
3030
- source: .yamllint.yaml
3131
- source: CPPLINT.cfg
32+
pre-commands: |
33+
sd 'filter=-whitespace/braces.*' '\n# https://github.com/cpplint/cpplint/issues/298 for the next filter\nfilter=-readability/nolint # NOLINTBEGIN(*) and NOLINTEND(*) conflict with clang-tidy\n\nfilter=-whitespace/braces # we wrap open curly braces for namespaces, classes and functions' {source}
3234
- source: setup.cfg

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

-58
This file was deleted.

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

-46
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)