From 101faf7e8ea7287dd99609bcaf35fc67cbff4112 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?M=2E=20Fatih=20C=C4=B1r=C4=B1t?= Date: Thu, 2 Nov 2023 18:16:03 +0300 Subject: [PATCH] ci(sync-files): change stale label to type:stale 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, 2 insertions(+) diff --git a/.github/sync-files.yaml b/.github/sync-files.yaml index f9cb3065f12a7..6f52b3425406d 100644 --- a/.github/sync-files.yaml +++ b/.github/sync-files.yaml @@ -12,6 +12,8 @@ - source: .github/PULL_REQUEST_TEMPLATE/standard-change.md - source: .github/dependabot.yaml - source: .github/stale.yml + pre-commands: | + sd "staleLabel: stale" "staleLabel: type:stale" {source} - source: .github/workflows/cancel-previous-workflows.yaml - source: .github/workflows/github-release.yaml - source: .github/workflows/pre-commit.yaml