pantograph/lib/pantograph/actions/create_pull_request.rb in pantograph-0.1.14 vs pantograph/lib/pantograph/actions/create_pull_request.rb in pantograph-0.1.15
- old
+ new
@@ -170,10 +170,10 @@
def self.example_code
[
'create_pull_request(
api_token: "secret", # optional, defaults to ENV["GITHUB_API_TOKEN"]
- repo: "pantograph/pantograph",
+ repo: "johnknapprs/pantograph",
title: "Amazing new feature",
head: "my-feature", # optional, defaults to current branch name
base: "master", # optional, defaults to "master"
body: "Please pull this in!", # optional
api_url: "http://yourdomain/api/v3" # optional, for GitHub Enterprise, defaults to "https://api.github.com"