From 4772d8b2a38c73638fb142596ba1e4146d769643 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?M=2E=20Fatih=20C=C4=B1r=C4=B1t?= Date: Fri, 3 Nov 2023 13:25:03 +0300 Subject: [PATCH] ci(sync-files): change stale label to status:stale (#5474) (#5478) 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 632a0f53ec190..4d316b9fb2481 100644 --- a/.github/sync-files.yaml +++ b/.github/sync-files.yaml @@ -13,7 +13,7 @@ - source: .github/dependabot.yaml - source: .github/stale.yml pre-commands: | - sd "staleLabel: stale" "staleLabel: type:stale" {source} + sd "staleLabel: stale" "staleLabel: status:stale" {source} - source: .github/workflows/cancel-previous-workflows.yaml - source: .github/workflows/github-release.yaml - source: .github/workflows/pre-commit.yaml