Skip to content

Commit

Permalink
Merge pull request #100 from bevanjkay/patch-2
Browse files Browse the repository at this point in the history
triage-config: keep old path
  • Loading branch information
MikeMcQuaid committed Apr 3, 2024
2 parents 4a09b23 + 36149be commit 17eee03
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 17eee03

Please sign in to comment.