generated from actions/container-action
-
Notifications
You must be signed in to change notification settings - Fork 26
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
main: patch brew to restore force functionality
- Loading branch information
Showing
2 changed files
with
17 additions
and
4 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,12 @@ | ||
diff --git a/Library/Homebrew/dev-cmd/bump-formula-pr.rb b/Library/Homebrew/dev-cmd/bump-formula-pr.rb | ||
index 167ea9134a..e07aecfe83 100644 | ||
--- a/Library/Homebrew/dev-cmd/bump-formula-pr.rb | ||
+++ b/Library/Homebrew/dev-cmd/bump-formula-pr.rb | ||
@@ -472,6 +472,7 @@ module Homebrew | ||
def check_pull_requests(formula, tap_remote_repo, state: nil, version: nil) | ||
tap = formula.tap | ||
return if tap.nil? | ||
+ return if args.force? | ||
|
||
# if we haven't already found open requests, try for an exact match across all pull requests | ||
GitHub.check_for_duplicate_pull_requests( |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters