From 0f0462326e94d34c7c074f820c7ca3304b1002e3 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?M=2E=20Fatih=20C=C4=B1r=C4=B1t?= Date: Tue, 10 Dec 2024 16:38:00 +0300 Subject: [PATCH] add missing line ending 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 | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/sync-files.yaml b/.github/sync-files.yaml index 7c013ef8..448d57c0 100644 --- a/.github/sync-files.yaml +++ b/.github/sync-files.yaml @@ -28,7 +28,7 @@ - source: .github/workflows/sync-files.yaml - source: .github/workflows/update-codeowners-from-packages.yaml pre-commands: | - sd " auto-merge-method: squash\n" " auto-merge-method: squash\n global-codeowners: \"@autowarefoundation/autoware-core-global-codeowners\"" {source} + sd " auto-merge-method: squash\n" " auto-merge-method: squash\n global-codeowners: \"@autowarefoundation/autoware-core-global-codeowners\"\n" {source} - source: .clang-format - source: .clang-tidy - source: .markdown-link-check.json