Skip to content

Commit

Permalink
ci(sync-files): make use of sync-files-templates repo (#5504)
Browse files Browse the repository at this point in the history
Signed-off-by: M. Fatih Cırıt <[email protected]>
  • Loading branch information
xmfcx authored Nov 29, 2024
1 parent 09049a5 commit 3054252
Showing 1 changed file with 64 additions and 0 deletions.
64 changes: 64 additions & 0 deletions .github/sync-files.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,64 @@
- repository: autowarefoundation/sync-file-templates
files:
- source: sources/.github/ISSUE_TEMPLATE/bug.yaml
dest: .github/ISSUE_TEMPLATE/bug.yaml
- source: sources/.github/ISSUE_TEMPLATE/config.yml
dest: .github/ISSUE_TEMPLATE/config.yml
- source: sources/.github/ISSUE_TEMPLATE/task.yaml
dest: .github/ISSUE_TEMPLATE/task.yaml
- source: sources/.github/dependabot.yaml
dest: .github/dependabot.yaml
- source: sources/.github/pull_request_template.md
dest: .github/pull_request_template.md
- source: sources/.github/stale.yml
dest: .github/stale.yml
- source: sources/.github/workflows/cancel-previous-workflows.yaml
dest: .github/workflows/cancel-previous-workflows.yaml
- source: sources/.github/workflows/comment-on-pr.yaml
dest: .github/workflows/comment-on-pr.yaml
- source: sources/.github/workflows/github-release.yaml
dest: .github/workflows/github-release.yaml
- source: sources/.github/workflows/pre-commit-optional.yaml
dest: .github/workflows/pre-commit-optional.yaml
- source: sources/.github/workflows/pre-commit-optional-autoupdate.yaml
dest: .github/workflows/pre-commit-optional-autoupdate.yaml
- source: sources/.github/workflows/pre-commit-autoupdate.yaml
dest: .github/workflows/pre-commit-autoupdate.yaml
- source: sources/.github/workflows/semantic-pull-request.yaml
dest: .github/workflows/semantic-pull-request.yaml
- source: sources/.github/workflows/spell-check-differential.yaml
dest: .github/workflows/spell-check-differential.yaml
- source: sources/.github/workflows/spell-check-daily.yaml
dest: .github/workflows/spell-check-daily.yaml
- source: sources/.github/workflows/sync-files.yaml
dest: .github/workflows/sync-files.yaml
- source: sources/.clang-format
dest: .clang-format
- source: sources/.clang-tidy
dest: .clang-tidy
- source: sources/.markdown-link-check.json
dest: .markdown-link-check.json
- source: sources/.markdownlint.yaml
dest: .markdownlint.yaml
- source: sources/.pre-commit-config-optional.yaml
dest: .pre-commit-config-optional.yaml
- source: sources/.pre-commit-config.yaml
dest: .pre-commit-config.yaml
- source: sources/.prettierignore
dest: .prettierignore
- source: sources/.prettierrc.yaml
dest: .prettierrc.yaml
- source: sources/.yamllint.yaml
dest: .yamllint.yaml
- source: sources/CODE_OF_CONDUCT.md
dest: CODE_OF_CONDUCT.md
- source: sources/CONTRIBUTING.md
dest: CONTRIBUTING.md
- source: sources/CPPLINT.cfg
dest: CPPLINT.cfg
- source: sources/DISCLAIMER.md
dest: DISCLAIMER.md
- source: sources/LICENSE
dest: LICENSE
- source: sources/setup.cfg
dest: setup.cfg

0 comments on commit 3054252

Please sign in to comment.