Skip to content

Commit

Permalink
ci(sync-files): utilize the sync-file-templates repository (autowaref…
Browse files Browse the repository at this point in the history
…oundation#635)

Signed-off-by: M. Fatih Cırıt <[email protected]>
  • Loading branch information
xmfcx authored Dec 21, 2024
1 parent f3f2999 commit 0603218
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 60 deletions.
27 changes: 0 additions & 27 deletions .github/PULL_REQUEST_TEMPLATE.md

This file was deleted.

8 changes: 6 additions & 2 deletions .github/sync-files.yaml
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
- repository: autowarefoundation/autoware
- repository: autowarefoundation/sync-file-templates
source-dir: sources
files:
- source: CODE_OF_CONDUCT.md
- source: CONTRIBUTING.md
Expand All @@ -7,9 +8,10 @@
- source: .github/ISSUE_TEMPLATE/config.yml
- source: .github/ISSUE_TEMPLATE/task.yaml
- source: .github/dependabot.yaml
- source: .github/pull_request_template.md
- source: .github/stale.yml
- source: .github/workflows/comment-on-pr.yaml
- source: .github/workflows/github-release.yaml
- source: .github/workflows/pre-commit.yaml
- source: .github/workflows/pre-commit-optional.yaml
- source: .github/workflows/semantic-pull-request.yaml
- source: .github/workflows/spell-check-differential.yaml
Expand All @@ -24,10 +26,12 @@
"pattern": "^http://localhost"' \
{source}
- source: .markdownlint.yaml
- source: .pre-commit-config.yaml
- source: .pre-commit-config-optional.yaml
- source: .prettierignore
- source: .prettierrc.yaml
- source: .yamllint.yaml
- source: setup.cfg

- repository: autowarefoundation/autoware-documentation
files:
Expand Down
31 changes: 0 additions & 31 deletions .github/workflows/pre-commit.yaml

This file was deleted.

0 comments on commit 0603218

Please sign in to comment.