Skip to content

Commit

Permalink
sync/shared-config: remove locked threads with Git.
Browse files Browse the repository at this point in the history
This should push it out in PRs.
  • Loading branch information
MikeMcQuaid committed Jul 14, 2024
1 parent 72477d0 commit 456d20c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/actions/sync/shared-config.rb
Original file line number Diff line number Diff line change
Expand Up @@ -183,7 +183,7 @@ def git(*args)
"#{dependabot_config}\n",
)
when deprecated_lock_threads
FileUtils.rm_f path
git "-C", target_directory, "rm", target_path.to_s
else
next if path == target_path.to_s

Expand Down

0 comments on commit 456d20c

Please sign in to comment.