From f13abc8c676552ed417fd19542fc9096dd28a332 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?M=2E=20Fatih=20C=C4=B1r=C4=B1t?= Date: Mon, 16 Dec 2024 15:49:36 +0300 Subject: [PATCH] ci(sync-files): use the template repo MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: M. Fatih Cırıt --- .github/sync-files.yaml | 7 ++----- 1 file changed, 2 insertions(+), 5 deletions(-) diff --git a/.github/sync-files.yaml b/.github/sync-files.yaml index d9b5e65..bd09572 100644 --- a/.github/sync-files.yaml +++ b/.github/sync-files.yaml @@ -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 @@ -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