From b0363f364ecbb2792d28c9cb13ac887b391fe8b7 Mon Sep 17 00:00:00 2001 From: Ruoyu Zhong Date: Wed, 3 Apr 2024 15:28:12 +0800 Subject: [PATCH] triage-config.rb: update workflows to sync Companion to #97. This makes sure the renamed workflows are properly synced to Homebrew repos. --- .github/actions/sync/triage-config.rb | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/.github/actions/sync/triage-config.rb b/.github/actions/sync/triage-config.rb index 5070bf29..4e69c68f 100755 --- a/.github/actions/sync/triage-config.rb +++ b/.github/actions/sync/triage-config.rb @@ -14,7 +14,8 @@ def git(*args) puts 'Detecting changes…' [ - '.github/workflows/triage-issues.yml', + '.github/workflows/lock-threads.yml', + '.github/workflows/stale-issues.yml', ].each do |glob| src_paths = Pathname.glob(glob) dst_paths = Pathname.glob(target_dir.join(glob))