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))