Skip to content

Commit 3597d20

Browse files
authored
ci(sync-files): utilize sync-file-templates repository (#105)
Signed-off-by: M. Fatih Cırıt <mfc@autoware.org>
1 parent e4eedc6 commit 3597d20

File tree

4 files changed

+9
-105
lines changed

4 files changed

+9
-105
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.yaml

+9-7
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,15 +8,15 @@
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
11+
- source: .github/pull_request_template.md
1312
- source: .github/dependabot.yaml
1413
- source: .github/stale.yml
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
1818
- source: .github/workflows/semantic-pull-request.yaml
19+
- source: .github/workflows/spell-check-daily.yaml
1920
- source: .github/workflows/spell-check-differential.yaml
2021
- source: .github/workflows/sync-files.yaml
2122
- source: .markdown-link-check.json
@@ -24,12 +25,13 @@
2425
- source: .prettierignore
2526
- source: .prettierrc.yaml
2627
- source: .yamllint.yaml
27-
28-
- repository: autowarefoundation/autoware_common
29-
files:
3028
- source: .github/workflows/build-and-test.yaml
3129
pre-commands: |
3230
sed -i '/build-depends-repos/d' {source}
3331
- source: .github/workflows/build-and-test-differential.yaml
3432
pre-commands: |
3533
sed -i '/build-depends-repos/d' {source}
34+
35+
# sed: The stream editor command, used for parsing and transforming text.
36+
# -i: Edit files in place.
37+
# '/build-depends-repos/d': Delete the line containing 'build-depends-repos'.

0 commit comments

Comments
 (0)