Fastfile
• PRΛ࡞͠ɺϒϥϯνΛmasterʹͯ࣍͠ͷfor_loop
ɹɹsh("git", "push", "origin", BRANCH_NAME)
ɹɹcreate_pull_request(
ɹɹɹɹapi_token: ENV["GITHUB_API_TOKEN"],
ɹɹɹɹrepo: "maychannel-dev/iOS",
ɹɹɹɹtitle: "[Auto generated] Update library #{lib}",
ɹɹɹɹbody: body
ɹɹ)
ɹɹsh("git", "checkout", current_branch)
end