Skip to content

Commit 830e111

Browse files
authored
ci(sync-files): make use of sync-file-templates repository (#1262)
Signed-off-by: M. Fatih Cırıt <mfc@autoware.org>
1 parent a81c9fe commit 830e111

File tree

1 file changed

+7
-7
lines changed

1 file changed

+7
-7
lines changed

.github/sync-files.yaml

+7-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,27 +8,26 @@
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
2223
- source: .markdownlint.yaml
2324
- source: .pre-commit-config-optional.yaml
2425
- source: .prettierignore
26+
pre-commands: |
27+
sd "rviz\n" "rviz\n**/diagnostic_graph_aggregator/\n" {source}
2528
- source: .prettierrc.yaml
2629
- source: .yamllint.yaml
2730
- source: setup.cfg
28-
29-
- repository: autowarefoundation/autoware_common
30-
files:
3131
- source: .github/workflows/build-and-test.yaml
3232
- source: .github/workflows/build-and-test-differential.yaml
3333
- source: .github/workflows/cancel-previous-workflows.yaml

0 commit comments

Comments
 (0)