From 36149bee7d9fccd066b5f11422124e86e6e6a828 Mon Sep 17 00:00:00 2001 From: Bevan Kay Date: Wed, 3 Apr 2024 18:43:26 +1100 Subject: [PATCH] triage-config: keep old path for now to remove I think we need to retain the old `triage-issue` path to ensure it is removed from the other repos. Unless we manually remove it. CC: @MikeMcQuaid --- .github/actions/sync/triage-config.rb | 1 + 1 file changed, 1 insertion(+) diff --git a/.github/actions/sync/triage-config.rb b/.github/actions/sync/triage-config.rb index 4e69c68f..15e33486 100755 --- a/.github/actions/sync/triage-config.rb +++ b/.github/actions/sync/triage-config.rb @@ -16,6 +16,7 @@ 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))