Merge pull request #19902 from Homebrew/utils_github_pr_error

utils/github: improve PR creation error message.
This commit is contained in:
Mike McQuaid 2025-05-06 12:53:05 +00:00 committed by GitHub
commit bad6554dbb
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -807,7 +807,7 @@ module GitHub
commits.each do |commit|
commit[:sourcefile_path].atomic_write(commit[:old_contents])
end
odie "Unable to open pull request: #{e.message}!"
odie "Unable to open pull request for #{tap_remote_repo}: #{e.message}!"
end
end
end