Skip to content

Commit

Permalink
ci(sync-files): use the template repo (#15)
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 Dec 16, 2024
1 parent 15342ec commit 1517457
Showing 1 changed file with 2 additions and 5 deletions.
7 changes: 2 additions & 5 deletions .github/sync-files.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,8 @@
- source: .github/dependabot.yaml
- source: .github/pull_request_template.md
- source: .github/stale.yml
- source: .github/workflows/build-and-test.yaml
- source: .github/workflows/build-and-test-differential.yaml
- source: .github/workflows/cancel-previous-workflows.yaml
- source: .github/workflows/check-build-depends.yaml
- source: .github/workflows/clang-tidy-pr-comments.yaml
Expand All @@ -30,8 +32,3 @@
- source: CONTRIBUTING.md
- source: DISCLAIMER.md
- source: LICENSE

- repository: autowarefoundation/autoware_common
files:
- source: .github/workflows/build-and-test.yaml
- source: .github/workflows/build-and-test-differential.yaml

0 comments on commit 1517457

Please sign in to comment.