From c7851f69c0f24bd87db6ae1a2c1cfdc328bf8f00 Mon Sep 17 00:00:00 2001 From: Ruoyu Zhong Date: Tue, 9 Apr 2024 01:57:22 +0800 Subject: [PATCH] Revert "triage-config: keep old path" --- .github/actions/sync/triage-config.rb | 1 - 1 file changed, 1 deletion(-) diff --git a/.github/actions/sync/triage-config.rb b/.github/actions/sync/triage-config.rb index 15e33486..4e69c68f 100755 --- a/.github/actions/sync/triage-config.rb +++ b/.github/actions/sync/triage-config.rb @@ -16,7 +16,6 @@ def git(*args) [ '.github/workflows/lock-threads.yml', '.github/workflows/stale-issues.yml', - '.github/workflows/triage-issues.yml', ].each do |glob| src_paths = Pathname.glob(glob) dst_paths = Pathname.glob(target_dir.join(glob))