Skip to content

Commit

Permalink
triage-config: keep old path for now to remove
Browse files Browse the repository at this point in the history
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
  • Loading branch information
bevanjkay committed Apr 3, 2024
1 parent 4a09b23 commit 36149be
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/actions/sync/triage-config.rb
Original file line number Diff line number Diff line change
Expand Up @@ -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))
Expand Down

0 comments on commit 36149be

Please sign in to comment.