Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

ci(sync-files): utilize the sync-file-templates repository and clean up ci #41

Merged
merged 2 commits into from
Dec 21, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
8 changes: 0 additions & 8 deletions .github/PULL_REQUEST_TEMPLATE.md

This file was deleted.

40 changes: 0 additions & 40 deletions .github/PULL_REQUEST_TEMPLATE/small-change.md

This file was deleted.

50 changes: 0 additions & 50 deletions .github/PULL_REQUEST_TEMPLATE/standard-change.md

This file was deleted.

39 changes: 0 additions & 39 deletions .github/sync-files-reverse-reference.yaml

This file was deleted.

12 changes: 7 additions & 5 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,14 +8,12 @@
- source: .github/ISSUE_TEMPLATE/bug.yaml
- source: .github/ISSUE_TEMPLATE/config.yml
- source: .github/ISSUE_TEMPLATE/task.yaml
- source: .github/PULL_REQUEST_TEMPLATE.md
- source: .github/PULL_REQUEST_TEMPLATE/small-change.md
- source: .github/PULL_REQUEST_TEMPLATE/standard-change.md
- source: .github/dependabot.yaml
- source: .github/pull_request_template.md
- source: .github/stale.yml
- source: .github/workflows/comment-on-pr.yaml
- source: .github/workflows/cancel-previous-workflows.yaml
- source: .github/workflows/github-release.yaml
- source: .github/workflows/pre-commit.yaml
- source: .github/workflows/pre-commit-autoupdate.yaml
- source: .github/workflows/pre-commit-optional.yaml
- source: .github/workflows/semantic-pull-request.yaml
Expand All @@ -24,9 +23,12 @@
- source: .clang-tidy
- source: .markdown-link-check.json
- source: .markdownlint.yaml
- source: .pre-commit-config.yaml
- source: .pre-commit-config-optional.yaml
- source: .prettierignore
- source: .prettierrc.yaml
- source: .yamllint.yaml
- source: CPPLINT.cfg
pre-commands: |
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}
- source: setup.cfg
58 changes: 0 additions & 58 deletions .github/workflows/build-and-test-differential-self-hosted.yaml

This file was deleted.

46 changes: 0 additions & 46 deletions .github/workflows/build-and-test-self-hosted.yaml

This file was deleted.

52 changes: 0 additions & 52 deletions .github/workflows/build-and-test-with-reverse-depends.yaml

This file was deleted.

27 changes: 0 additions & 27 deletions .github/workflows/pre-commit.yaml

This file was deleted.

24 changes: 0 additions & 24 deletions .github/workflows/sync-files-reverse-reference.yaml

This file was deleted.

Loading