Skip to content

Commit

Permalink
triage-config.rb: update workflows to sync
Browse files Browse the repository at this point in the history
Companion to #97. This makes sure the renamed workflows are properly
synced to Homebrew repos.
  • Loading branch information
ZhongRuoyu committed Apr 3, 2024
1 parent 8b4d0f1 commit b0363f3
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/actions/sync/triage-config.rb
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,8 @@ def git(*args)

puts 'Detecting changes…'
[
'.github/workflows/triage-issues.yml',
'.github/workflows/lock-threads.yml',
'.github/workflows/stale-issues.yml',
].each do |glob|
src_paths = Pathname.glob(glob)
dst_paths = Pathname.glob(target_dir.join(glob))
Expand Down

0 comments on commit b0363f3

Please sign in to comment.