From f85794be4aba2e787277b20fa1633520da51858a Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?M=2E=20Fatih=20C=C4=B1r=C4=B1t?= Date: Fri, 3 Nov 2023 02:48:00 +0300 Subject: [PATCH] ci(sync-files): change stale label to type:stale (#5474) MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit * fix a single space in mkdocs_macro Signed-off-by: M. Fatih Cırıt --- .github/sync-files.yaml | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/.github/sync-files.yaml b/.github/sync-files.yaml index 4aecdc3f8a1ed..632a0f53ec190 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 @@ -87,5 +89,5 @@ sd -- \ " - macros" \ " - macros: - module_name: mkdocs_macros" {source} + module_name: mkdocs_macros" {source} - source: docs/assets/js/mathjax.js