From 5023186029df217ad5ed15906502b68450ca4f50 Mon Sep 17 00:00:00 2001 From: Bevan Kay Date: Wed, 3 Apr 2024 18:24:06 +1100 Subject: [PATCH] actions/sync/triage-config: add new workflow paths The sync triage workflow opened PRs to remove the workflows from the other repos, because the new paths are not found here. --- .github/actions/sync/triage-config.rb | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.github/actions/sync/triage-config.rb b/.github/actions/sync/triage-config.rb index 5070bf29..15e33486 100755 --- a/.github/actions/sync/triage-config.rb +++ b/.github/actions/sync/triage-config.rb @@ -14,6 +14,8 @@ def git(*args) puts 'Detecting changes…' [ + '.github/workflows/lock-threads.yml', + '.github/workflows/stale-issues.yml', '.github/workflows/triage-issues.yml', ].each do |glob| src_paths = Pathname.glob(glob)