From 544cfdbc1cf02a5ff41c68e81ad91732674504ab Mon Sep 17 00:00:00 2001 From: ITOH Date: Sat, 14 May 2022 13:02:33 +0200 Subject: [PATCH] fix(.github): repo syncer remove deleted files (#2216) --- .github/sync.yml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.github/sync.yml b/.github/sync.yml index 046073cf4..a8ce90747 100644 --- a/.github/sync.yml +++ b/.github/sync.yml @@ -4,6 +4,7 @@ discordeno/guide: exclude: | README.md LICENSE + deleteOrphaned: true discordeno/template: - source: template/ @@ -11,3 +12,4 @@ discordeno/template: exclude: | README.md LICENSE + deleteOrphaned: true