Skip to content

Commit

Permalink
Remove dessant/lock-threads
Browse files Browse the repository at this point in the history
We'd rather not grant the level of trust this action requires to a
third-party individual. Relatedly, this doesn't seem to have been
working consistently for a while at our scale anyway.
  • Loading branch information
MikeMcQuaid committed Jul 14, 2024
1 parent 1b8ba8b commit a938f22
Show file tree
Hide file tree
Showing 3 changed files with 0 additions and 38 deletions.
1 change: 0 additions & 1 deletion .github/actions/sync/shared-config.rb
Original file line number Diff line number Diff line change
Expand Up @@ -104,7 +104,6 @@ def git(*args)
ruby_version,
rubocop_yaml,
dependabot_yaml,
".github/workflows/lock-threads.yml",
".github/workflows/stale-issues.yml",
].each do |path|
target_path = target_directory_path/path
Expand Down
1 change: 0 additions & 1 deletion .github/dependabot.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,6 @@ updates:
# The actions in triage-issues.yml are updated in the Homebrew/.github repo
ignore:
- dependency-name: actions/stale
- dependency-name: dessant/lock-threads
groups:
artifacts:
patterns:
Expand Down
36 changes: 0 additions & 36 deletions .github/workflows/lock-threads.yml

This file was deleted.

0 comments on commit a938f22

Please sign in to comment.