From c7851f69c0f24bd87db6ae1a2c1cfdc328bf8f00 Mon Sep 17 00:00:00 2001 From: Ruoyu Zhong Date: Tue, 9 Apr 2024 01:57:22 +0800 Subject: [PATCH 1/2] 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)) From 2828493d5f48278d6915f80899e8c568d099a56f Mon Sep 17 00:00:00 2001 From: Ruoyu Zhong Date: Tue, 9 Apr 2024 01:59:27 +0800 Subject: [PATCH 2/2] sync-triage-config: remove Homebrew/homebrew-autoupdate The tap is no longer official. --- .github/workflows/sync-triage-config.yml | 1 - 1 file changed, 1 deletion(-) diff --git a/.github/workflows/sync-triage-config.yml b/.github/workflows/sync-triage-config.yml index 416faff2..6c6a3bc0 100644 --- a/.github/workflows/sync-triage-config.yml +++ b/.github/workflows/sync-triage-config.yml @@ -25,7 +25,6 @@ jobs: - Homebrew/formula-patches - Homebrew/formulae.brew.sh - Homebrew/homebrew-aliases - - Homebrew/homebrew-autoupdate - Homebrew/homebrew-bundle - Homebrew/homebrew-cask - Homebrew/homebrew-cask-fonts