Skip to content
Snippets Groups Projects
Commit f01f3a9f authored by Michka Popoff's avatar Michka Popoff
Browse files

pr-pull: fix signoff for linuxbrew-core

parent cac8e7aa
No related branches found
No related tags found
No related merge requests found
......@@ -104,7 +104,7 @@ module Homebrew
if pr
# This is a tap pull request and approving reviewers should also sign-off.
tap = Tap.from_path(path)
trailers += GitHub.approved_reviews(tap.user, "homebrew-#{tap.repo}", pr).map do |r|
trailers += GitHub.approved_reviews(tap.user, tap.full_name.split("/").last, pr).map do |r|
"Signed-off-by: #{r["name"]} <#{r["email"]}>"
end.join("\n")
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment