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)