Mergifyio / git-pull-request

Send git pull requests via command line
Apache License 2.0
123 stars 51 forks source link

Unable to create pull request #97

Closed rebeccaebarnes closed 4 years ago

rebeccaebarnes commented 4 years ago

Hi, attempting to follow the instructions provided by this article. Reviewing another post, I've included what ran with --debug.

$ git pr --debug
running ['git', 'rev-parse', '--abbrev-ref', 'HEAD']
Local branch name is `doc_update'
running ['git', 'config', '--get', 'branch.doc_update.merge']
No target branch configured for local branch `doc_update', using `master'.
Use the --target-branch option to override.
running ['git', 'config', '--get', 'branch.master.remote']
Target remote for branch `master' is `origin'
running ['git', 'config', '--get', 'remote.origin.url']
Remote URL for remote `origin' is `https://github.com/rebeccaebarnes/production.git'
running ['git', 'config', 'git-pull-request.hosttype']
Github user and repository to fork: rebeccaebarnes/production on github.com
Found github.com user: `rebeccaebarnes@gmail.com' password: <redacted>
Starting new HTTPS connection (1): api.github.com:443
https://api.github.com:443 "GET /users/rebeccaebarnes HTTP/1.1" 200 None
GET https://api.github.com/users/rebeccaebarnes {'Authorization': 'Basic (login and password removed)', 'User-Agent': 'PyGithub/Python'} None ==> 200 {'server': 'GitHub.com', 'date': 'Mon, 02 Mar 2020 20:22:27 GMT', 'content-type': 'application/json; charset=utf-8', 'transfer-encoding': 'chunked', 'status': '200 OK', 'x-ratelimit-limit': '5000', 'x-ratelimit-remaining': '4932', 'x-ratelimit-reset': '1583181298', 'cache-control': 'private, max-age=60, s-maxage=60', 'vary': 'Accept, Authorization, Cookie, X-GitHub-OTP, Accept-Encoding, Accept, X-Requested-With', 'etag': 'W/"4d8778d342a3b11539d5256ea88f1148"', 'last-modified': 'Mon, 02 Mar 2020 19:50:07 GMT', 'x-github-media-type': 'github.v3; format=json', 'access-control-expose-headers': 'ETag, Link, Location, Retry-After, X-GitHub-OTP, X-RateLimit-Limit, X-RateLimit-Remaining, X-RateLimit-Reset, X-OAuth-Scopes, X-Accepted-OAuth-Scopes, X-Poll-Interval, X-GitHub-Media-Type, Deprecation, Sunset', 'access-control-allow-origin': '*', 'strict-transport-security': 'max-age=31536000; includeSubdomains; preload', 'x-frame-options': 'deny', 'x-content-type-options': 'nosniff', 'x-xss-protection': '1; mode=block', 'referrer-policy': 'origin-when-cross-origin, strict-origin-when-cross-origin', 'content-security-policy': "default-src 'none'", 'content-encoding': 'gzip', 'x-github-request-id': '9B8F:145F:78BD91:11F4FD0:5E5D6B03'} {"login":"rebeccaebarnes","id":36606889,"node_id":"MDQ6VXNlcjM2NjA2ODg5","avatar_url":"https://avatars0.githubusercontent.com/u/36606889?v=4","gravatar_id":"","url":"https://api.github.com/users/rebeccaebarnes","html_url":"https://github.com/rebeccaebarnes","followers_url":"https://api.github.com/users/rebeccaebarnes/followers","following_url":"https://api.github.com/users/rebeccaebarnes/following{/other_user}","gists_url":"https://api.github.com/users/rebeccaebarnes/gists{/gist_id}","starred_url":"https://api.github.com/users/rebeccaebarnes/starred{/owner}{/repo}","subscriptions_url":"https://api.github.com/users/rebeccaebarnes/subscriptions","organizations_url":"https://api.github.com/users/rebeccaebarnes/orgs","repos_url":"https://api.github.com/users/rebeccaebarnes/repos","events_url":"https://api.github.com/users/rebeccaebarnes/events{/privacy}","received_events_url":"https://api.github.com/users/rebeccaebarnes/received_events","type":"User","site_admin":false,"name":"Rebecca Barnes","company":"Manager, Research, Evaluation & Learning","blog":"https://www.linkedin.com/in/rebeccaebarnes/","location":"Vancouver, Canada","email":"rebeccaebarnes@gmail.com","hireable":true,"bio":"I use data science to help us be better at supporting people to exit homelessness.","public_repos":24,"public_gists":1,"followers":42,"following":0,"created_at":"2018-02-18T19:26:57Z","updated_at":"2020-03-02T19:50:07Z","private_gists":0,"total_private_repos":1,"owned_private_repos":0,"disk_usage":176686,"collaborators":0,"two_factor_authentication":false,"plan":{"name":"free","space":976562499,"collaborators":0,"private_repos":10000}}
https://api.github.com:443 "GET /repos/rebeccaebarnes/production HTTP/1.1" 200 None
GET https://api.github.com/repos/rebeccaebarnes/production {'Authorization': 'Basic (login and password removed)', 'User-Agent': 'PyGithub/Python'} None ==> 200 {'server': 'GitHub.com', 'date': 'Mon, 02 Mar 2020 20:22:27 GMT', 'content-type': 'application/json; charset=utf-8', 'transfer-encoding': 'chunked', 'status': '200 OK', 'x-ratelimit-limit': '5000', 'x-ratelimit-remaining': '4931', 'x-ratelimit-reset': '1583181298', 'cache-control': 'private, max-age=60, s-maxage=60', 'vary': 'Accept, Authorization, Cookie, X-GitHub-OTP, Accept-Encoding, Accept, X-Requested-With', 'etag': 'W/"9736f849f92b93934026d8796e8145e9"', 'last-modified': 'Mon, 02 Mar 2020 19:50:14 GMT', 'x-github-media-type': 'github.v3; format=json', 'access-control-expose-headers': 'ETag, Link, Location, Retry-After, X-GitHub-OTP, X-RateLimit-Limit, X-RateLimit-Remaining, X-RateLimit-Reset, X-OAuth-Scopes, X-Accepted-OAuth-Scopes, X-Poll-Interval, X-GitHub-Media-Type, Deprecation, Sunset', 'access-control-allow-origin': '*', 'strict-transport-security': 'max-age=31536000; includeSubdomains; preload', 'x-frame-options': 'deny', 'x-content-type-options': 'nosniff', 'x-xss-protection': '1; mode=block', 'referrer-policy': 'origin-when-cross-origin, strict-origin-when-cross-origin', 'content-security-policy': "default-src 'none'", 'content-encoding': 'gzip', 'x-github-request-id': '9B8F:145F:78BD97:11F4FD5:5E5D6B03'} {"id":243872453,"node_id":"MDEwOlJlcG9zaXRvcnkyNDM4NzI0NTM=","name":"production","full_name":"rebeccaebarnes/production","private":true,"owner":{"login":"rebeccaebarnes","id":36606889,"node_id":"MDQ6VXNlcjM2NjA2ODg5","avatar_url":"https://avatars0.githubusercontent.com/u/36606889?v=4","gravatar_id":"","url":"https://api.github.com/users/rebeccaebarnes","html_url":"https://github.com/rebeccaebarnes","followers_url":"https://api.github.com/users/rebeccaebarnes/followers","following_url":"https://api.github.com/users/rebeccaebarnes/following{/other_user}","gists_url":"https://api.github.com/users/rebeccaebarnes/gists{/gist_id}","starred_url":"https://api.github.com/users/rebeccaebarnes/starred{/owner}{/repo}","subscriptions_url":"https://api.github.com/users/rebeccaebarnes/subscriptions","organizations_url":"https://api.github.com/users/rebeccaebarnes/orgs","repos_url":"https://api.github.com/users/rebeccaebarnes/repos","events_url":"https://api.github.com/users/rebeccaebarnes/events{/privacy}","received_events_url":"https://api.github.com/users/rebeccaebarnes/received_events","type":"User","site_admin":false},"html_url":"https://github.com/rebeccaebarnes/production","description":"Contains environment variables and production ready code","fork":true,"url":"https://api.github.com/repos/rebeccaebarnes/production","forks_url":"https://api.github.com/repos/rebeccaebarnes/production/forks","keys_url":"https://api.github.com/repos/rebeccaebarnes/production/keys{/key_id}","collaborators_url":"https://api.github.com/repos/rebeccaebarnes/production/collaborators{/collaborator}","teams_url":"https://api.github.com/repos/rebeccaebarnes/production/teams","hooks_url":"https://api.github.com/repos/rebeccaebarnes/production/hooks","issue_events_url":"https://api.github.com/repos/rebeccaebarnes/production/issues/events{/number}","events_url":"https://api.github.com/repos/rebeccaebarnes/production/events","assignees_url":"https://api.github.com/repos/rebeccaebarnes/production/assignees{/user}","branches_url":"https://api.github.com/repos/rebeccaebarnes/production/branches{/branch}","tags_url":"https://api.github.com/repos/rebeccaebarnes/production/tags","blobs_url":"https://api.github.com/repos/rebeccaebarnes/production/git/blobs{/sha}","git_tags_url":"https://api.github.com/repos/rebeccaebarnes/production/git/tags{/sha}","git_refs_url":"https://api.github.com/repos/rebeccaebarnes/production/git/refs{/sha}","trees_url":"https://api.github.com/repos/rebeccaebarnes/production/git/trees{/sha}","statuses_url":"https://api.github.com/repos/rebeccaebarnes/production/statuses/{sha}","languages_url":"https://api.github.com/repos/rebeccaebarnes/production/languages","stargazers_url":"https://api.github.com/repos/rebeccaebarnes/production/stargazers","contributors_url":"https://api.github.com/repos/rebeccaebarnes/production/contributors","subscribers_url":"https://api.github.com/repos/rebeccaebarnes/production/subscribers","subscription_url":"https://api.github.com/repos/rebeccaebarnes/production/subscription","commits_url":"https://api.github.com/repos/rebeccaebarnes/production/commits{/sha}","git_commits_url":"https://api.github.com/repos/rebeccaebarnes/production/git/commits{/sha}","comments_url":"https://api.github.com/repos/rebeccaebarnes/production/comments{/number}","issue_comment_url":"https://api.github.com/repos/rebeccaebarnes/production/issues/comments{/number}","contents_url":"https://api.github.com/repos/rebeccaebarnes/production/contents/{+path}","compare_url":"https://api.github.com/repos/rebeccaebarnes/production/compare/{base}...{head}","merges_url":"https://api.github.com/repos/rebeccaebarnes/production/merges","archive_url":"https://api.github.com/repos/rebeccaebarnes/production/{archive_format}{/ref}","downloads_url":"https://api.github.com/repos/rebeccaebarnes/production/downloads","issues_url":"https://api.github.com/repos/rebeccaebarnes/production/issues{/number}","pulls_url":"https://api.github.com/repos/rebeccaebarnes/production/pulls{/number}","milestones_url":"https://api.github.com/repos/rebeccaebarnes/production/milestones{/number}","notifications_url":"https://api.github.com/repos/rebeccaebarnes/production/notifications{?since,all,participating}","labels_url":"https://api.github.com/repos/rebeccaebarnes/production/labels{/name}","releases_url":"https://api.github.com/repos/rebeccaebarnes/production/releases{/id}","deployments_url":"https://api.github.com/repos/rebeccaebarnes/production/deployments","created_at":"2020-02-28T23:27:07Z","updated_at":"2020-03-02T19:50:14Z","pushed_at":"2020-03-02T20:08:09Z","git_url":"git://github.com/rebeccaebarnes/production.git","ssh_url":"git@github.com:rebeccaebarnes/production.git","clone_url":"https://github.com/rebeccaebarnes/production.git","svn_url":"https://github.com/rebeccaebarnes/production","homepage":null,"size":16,"stargazers_count":0,"watchers_count":0,"language":"Python","has_issues":false,"has_projects":true,"has_downloads":true,"has_wiki":true,"has_pages":false,"forks_count":0,"mirror_url":null,"archived":false,"disabled":false,"open_issues_count":0,"license":null,"forks":0,"open_issues":0,"watchers":0,"default_branch":"master","permissions":{"admin":true,"push":true,"pull":true},"temp_clone_token":"AIXJHKP5ZLDKIJXWZ62IRIC6LVWC6","allow_squash_merge":true,"allow_merge_commit":true,"allow_rebase_merge":true,"delete_branch_on_merge":false,"organization":{"login":"covenant-house-van","id":60273225,"node_id":"MDEyOk9yZ2FuaXphdGlvbjYwMjczMjI1","avatar_url":"https://avatars1.githubusercontent.com/u/60273225?v=4","gravatar_id":"","url":"https://api.github.com/users/covenant-house-van","html_url":"https://github.com/covenant-house-van","followers_url":"https://api.github.com/users/covenant-house-van/followers","following_url":"https://api.github.com/users/covenant-house-van/following{/other_user}","gists_url":"https://api.github.com/users/covenant-house-van/gists{/gist_id}","starred_url":"https://api.github.com/users/covenant-house-van/starred{/owner}{/repo}","subscriptions_url":"https://api.github.com/users/covenant-house-van/subscriptions","organizations_url":"https://api.github.com/users/covenant-house-van/orgs","repos_url":"https://api.github.com/users/covenant-house-van/repos","events_url":"https://api.github.com/users/covenant-house-van/events{/privacy}","received_events_url":"https://api.github.com/users/covenant-house-van/received_events","type":"Organization","site_admin":false},"parent":{"id":243865451,"node_id":"MDEwOlJlcG9zaXRvcnkyNDM4NjU0NTE=","name":"production","full_name":"covenant-house-van/production","private":true,"owner":{"login":"covenant-house-van","id":60273225,"node_id":"MDEyOk9yZ2FuaXphdGlvbjYwMjczMjI1","avatar_url":"https://avatars1.githubusercontent.com/u/60273225?v=4","gravatar_id":"","url":"https://api.github.com/users/covenant-house-van","html_url":"https://github.com/covenant-house-van","followers_url":"https://api.github.com/users/covenant-house-van/followers","following_url":"https://api.github.com/users/covenant-house-van/following{/other_user}","gists_url":"https://api.github.com/users/covenant-house-van/gists{/gist_id}","starred_url":"https://api.github.com/users/covenant-house-van/starred{/owner}{/repo}","subscriptions_url":"https://api.github.com/users/covenant-house-van/subscriptions","organizations_url":"https://api.github.com/users/covenant-house-van/orgs","repos_url":"https://api.github.com/users/covenant-house-van/repos","events_url":"https://api.github.com/users/covenant-house-van/events{/privacy}","received_events_url":"https://api.github.com/users/covenant-house-van/received_events","type":"Organization","site_admin":false},"html_url":"https://github.com/covenant-house-van/production","description":"Contains environment variables and production ready code","fork":false,"url":"https://api.github.com/repos/covenant-house-van/production","forks_url":"https://api.github.com/repos/covenant-house-van/production/forks","keys_url":"https://api.github.com/repos/covenant-house-van/production/keys{/key_id}","collaborators_url":"https://api.github.com/repos/covenant-house-van/production/collaborators{/collaborator}","teams_url":"https://api.github.com/repos/covenant-house-van/production/teams","hooks_url":"https://api.github.com/repos/covenant-house-van/production/hooks","issue_events_url":"https://api.github.com/repos/covenant-house-van/production/issues/events{/number}","events_url":"https://api.github.com/repos/covenant-house-van/production/events","assignees_url":"https://api.github.com/repos/covenant-house-van/production/assignees{/user}","branches_url":"https://api.github.com/repos/covenant-house-van/production/branches{/branch}","tags_url":"https://api.github.com/repos/covenant-house-van/production/tags","blobs_url":"https://api.github.com/repos/covenant-house-van/production/git/blobs{/sha}","git_tags_url":"https://api.github.com/repos/covenant-house-van/production/git/tags{/sha}","git_refs_url":"https://api.github.com/repos/covenant-house-van/production/git/refs{/sha}","trees_url":"https://api.github.com/repos/covenant-house-van/production/git/trees{/sha}","statuses_url":"https://api.github.com/repos/covenant-house-van/production/statuses/{sha}","languages_url":"https://api.github.com/repos/covenant-house-van/production/languages","stargazers_url":"https://api.github.com/repos/covenant-house-van/production/stargazers","contributors_url":"https://api.github.com/repos/covenant-house-van/production/contributors","subscribers_url":"https://api.github.com/repos/covenant-house-van/production/subscribers","subscription_url":"https://api.github.com/repos/covenant-house-van/production/subscription","commits_url":"https://api.github.com/repos/covenant-house-van/production/commits{/sha}","git_commits_url":"https://api.github.com/repos/covenant-house-van/production/git/commits{/sha}","comments_url":"https://api.github.com/repos/covenant-house-van/production/comments{/number}","issue_comment_url":"https://api.github.com/repos/covenant-house-van/production/issues/comments{/number}","contents_url":"https://api.github.com/repos/covenant-house-van/production/contents/{+path}","compare_url":"https://api.github.com/repos/covenant-house-van/production/compare/{base}...{head}","merges_url":"https://api.github.com/repos/covenant-house-van/production/merges","archive_url":"https://api.github.com/repos/covenant-house-van/production/{archive_format}{/ref}","downloads_url":"https://api.github.com/repos/covenant-house-van/production/downloads","issues_url":"https://api.github.com/repos/covenant-house-van/production/issues{/number}","pulls_url":"https://api.github.com/repos/covenant-house-van/production/pulls{/number}","milestones_url":"https://api.github.com/repos/covenant-house-van/production/milestones{/number}","notifications_url":"https://api.github.com/repos/covenant-house-van/production/notifications{?since,all,participating}","labels_url":"https://api.github.com/repos/covenant-house-van/production/labels{/name}","releases_url":"https://api.github.com/repos/covenant-house-van/production/releases{/id}","deployments_url":"https://api.github.com/repos/covenant-house-van/production/deployments","created_at":"2020-02-28T22:27:04Z","updated_at":"2020-02-29T00:45:37Z","pushed_at":"2020-02-29T00:45:35Z","git_url":"git://github.com/covenant-house-van/production.git","ssh_url":"git@github.com:covenant-house-van/production.git","clone_url":"https://github.com/covenant-house-van/production.git","svn_url":"https://github.com/covenant-house-van/production","homepage":null,"size":17,"stargazers_count":0,"watchers_count":0,"language":"Python","has_issues":true,"has_projects":true,"has_downloads":true,"has_wiki":true,"has_pages":false,"forks_count":1,"mirror_url":null,"archived":false,"disabled":false,"open_issues_count":0,"license":null,"forks":1,"open_issues":0,"watchers":0,"default_branch":"master"},"source":{"id":243865451,"node_id":"MDEwOlJlcG9zaXRvcnkyNDM4NjU0NTE=","name":"production","full_name":"covenant-house-van/production","private":true,"owner":{"login":"covenant-house-van","id":60273225,"node_id":"MDEyOk9yZ2FuaXphdGlvbjYwMjczMjI1","avatar_url":"https://avatars1.githubusercontent.com/u/60273225?v=4","gravatar_id":"","url":"https://api.github.com/users/covenant-house-van","html_url":"https://github.com/covenant-house-van","followers_url":"https://api.github.com/users/covenant-house-van/followers","following_url":"https://api.github.com/users/covenant-house-van/following{/other_user}","gists_url":"https://api.github.com/users/covenant-house-van/gists{/gist_id}","starred_url":"https://api.github.com/users/covenant-house-van/starred{/owner}{/repo}","subscriptions_url":"https://api.github.com/users/covenant-house-van/subscriptions","organizations_url":"https://api.github.com/users/covenant-house-van/orgs","repos_url":"https://api.github.com/users/covenant-house-van/repos","events_url":"https://api.github.com/users/covenant-house-van/events{/privacy}","received_events_url":"https://api.github.com/users/covenant-house-van/received_events","type":"Organization","site_admin":false},"html_url":"https://github.com/covenant-house-van/production","description":"Contains environment variables and production ready code","fork":false,"url":"https://api.github.com/repos/covenant-house-van/production","forks_url":"https://api.github.com/repos/covenant-house-van/production/forks","keys_url":"https://api.github.com/repos/covenant-house-van/production/keys{/key_id}","collaborators_url":"https://api.github.com/repos/covenant-house-van/production/collaborators{/collaborator}","teams_url":"https://api.github.com/repos/covenant-house-van/production/teams","hooks_url":"https://api.github.com/repos/covenant-house-van/production/hooks","issue_events_url":"https://api.github.com/repos/covenant-house-van/production/issues/events{/number}","events_url":"https://api.github.com/repos/covenant-house-van/production/events","assignees_url":"https://api.github.com/repos/covenant-house-van/production/assignees{/user}","branches_url":"https://api.github.com/repos/covenant-house-van/production/branches{/branch}","tags_url":"https://api.github.com/repos/covenant-house-van/production/tags","blobs_url":"https://api.github.com/repos/covenant-house-van/production/git/blobs{/sha}","git_tags_url":"https://api.github.com/repos/covenant-house-van/production/git/tags{/sha}","git_refs_url":"https://api.github.com/repos/covenant-house-van/production/git/refs{/sha}","trees_url":"https://api.github.com/repos/covenant-house-van/production/git/trees{/sha}","statuses_url":"https://api.github.com/repos/covenant-house-van/production/statuses/{sha}","languages_url":"https://api.github.com/repos/covenant-house-van/production/languages","stargazers_url":"https://api.github.com/repos/covenant-house-van/production/stargazers","contributors_url":"https://api.github.com/repos/covenant-house-van/production/contributors","subscribers_url":"https://api.github.com/repos/covenant-house-van/production/subscribers","subscription_url":"https://api.github.com/repos/covenant-house-van/production/subscription","commits_url":"https://api.github.com/repos/covenant-house-van/production/commits{/sha}","git_commits_url":"https://api.github.com/repos/covenant-house-van/production/git/commits{/sha}","comments_url":"https://api.github.com/repos/covenant-house-van/production/comments{/number}","issue_comment_url":"https://api.github.com/repos/covenant-house-van/production/issues/comments{/number}","contents_url":"https://api.github.com/repos/covenant-house-van/production/contents/{+path}","compare_url":"https://api.github.com/repos/covenant-house-van/production/compare/{base}...{head}","merges_url":"https://api.github.com/repos/covenant-house-van/production/merges","archive_url":"https://api.github.com/repos/covenant-house-van/production/{archive_format}{/ref}","downloads_url":"https://api.github.com/repos/covenant-house-van/production/downloads","issues_url":"https://api.github.com/repos/covenant-house-van/production/issues{/number}","pulls_url":"https://api.github.com/repos/covenant-house-van/production/pulls{/number}","milestones_url":"https://api.github.com/repos/covenant-house-van/production/milestones{/number}","notifications_url":"https://api.github.com/repos/covenant-house-van/production/notifications{?since,all,participating}","labels_url":"https://api.github.com/repos/covenant-house-van/production/labels{/name}","releases_url":"https://api.github.com/repos/covenant-house-van/production/releases{/id}","deployments_url":"https://api.github.com/repos/covenant-house-van/production/deployments","created_at":"2020-02-28T22:27:04Z","updated_at":"2020-02-29T00:45:37Z","pushed_at":"2020-02-29T00:45:35Z","git_url":"git://github.com/covenant-house-van/production.git","ssh_url":"git@github.com:covenant-house-van/production.git","clone_url":"https://github.com/covenant-house-van/production.git","svn_url":"https://github.com/covenant-house-van/production","homepage":null,"size":17,"stargazers_count":0,"watchers_count":0,"language":"Python","has_issues":true,"has_projects":true,"has_downloads":true,"has_wiki":true,"has_pages":false,"forks_count":1,"mirror_url":null,"archived":false,"disabled":false,"open_issues_count":0,"license":null,"forks":1,"open_issues":0,"watchers":0,"default_branch":"master"},"network_count":1,"subscribers_count":0}
https://api.github.com:443 "GET /user HTTP/1.1" 200 None
GET https://api.github.com/user {'Authorization': 'Basic (login and password removed)', 'User-Agent': 'PyGithub/Python'} None ==> 200 {'server': 'GitHub.com', 'date': 'Mon, 02 Mar 2020 20:22:27 GMT', 'content-type': 'application/json; charset=utf-8', 'transfer-encoding': 'chunked', 'status': '200 OK', 'x-ratelimit-limit': '5000', 'x-ratelimit-remaining': '4930', 'x-ratelimit-reset': '1583181297', 'cache-control': 'private, max-age=60, s-maxage=60', 'vary': 'Accept, Authorization, Cookie, X-GitHub-OTP, Accept-Encoding, Accept, X-Requested-With', 'etag': 'W/"4d8778d342a3b11539d5256ea88f1148"', 'last-modified': 'Mon, 02 Mar 2020 19:50:07 GMT', 'x-github-media-type': 'github.v3; format=json', 'access-control-expose-headers': 'ETag, Link, Location, Retry-After, X-GitHub-OTP, X-RateLimit-Limit, X-RateLimit-Remaining, X-RateLimit-Reset, X-OAuth-Scopes, X-Accepted-OAuth-Scopes, X-Poll-Interval, X-GitHub-Media-Type, Deprecation, Sunset', 'access-control-allow-origin': '*', 'strict-transport-security': 'max-age=31536000; includeSubdomains; preload', 'x-frame-options': 'deny', 'x-content-type-options': 'nosniff', 'x-xss-protection': '1; mode=block', 'referrer-policy': 'origin-when-cross-origin, strict-origin-when-cross-origin', 'content-security-policy': "default-src 'none'", 'content-encoding': 'gzip', 'x-github-request-id': '9B8F:145F:78BD9F:11F4FE2:5E5D6B03'} {"login":"rebeccaebarnes","id":36606889,"node_id":"MDQ6VXNlcjM2NjA2ODg5","avatar_url":"https://avatars0.githubusercontent.com/u/36606889?v=4","gravatar_id":"","url":"https://api.github.com/users/rebeccaebarnes","html_url":"https://github.com/rebeccaebarnes","followers_url":"https://api.github.com/users/rebeccaebarnes/followers","following_url":"https://api.github.com/users/rebeccaebarnes/following{/other_user}","gists_url":"https://api.github.com/users/rebeccaebarnes/gists{/gist_id}","starred_url":"https://api.github.com/users/rebeccaebarnes/starred{/owner}{/repo}","subscriptions_url":"https://api.github.com/users/rebeccaebarnes/subscriptions","organizations_url":"https://api.github.com/users/rebeccaebarnes/orgs","repos_url":"https://api.github.com/users/rebeccaebarnes/repos","events_url":"https://api.github.com/users/rebeccaebarnes/events{/privacy}","received_events_url":"https://api.github.com/users/rebeccaebarnes/received_events","type":"User","site_admin":false,"name":"Rebecca Barnes","company":"Manager, Research, Evaluation & Learning","blog":"https://www.linkedin.com/in/rebeccaebarnes/","location":"Vancouver, Canada","email":"rebeccaebarnes@gmail.com","hireable":true,"bio":"I use data science to help us be better at supporting people to exit homelessness.","public_repos":24,"public_gists":1,"followers":42,"following":0,"created_at":"2018-02-18T19:26:57Z","updated_at":"2020-03-02T19:50:07Z","private_gists":0,"total_private_repos":1,"owned_private_repos":0,"disk_usage":176686,"collaborators":0,"two_factor_authentication":false,"plan":{"name":"free","space":976562499,"collaborators":0,"private_repos":10000}}
running ['git', 'remote', 'update', 'origin']
Fetching origin
Rebasing branch `doc_update' on branch `origin/master'
running ['git', 'rebase', 'remotes/origin/master', 'doc_update']
Current branch doc_update is up to date.
Force-pushing branch `doc_update' to remote `origin/rebeccaebarnes/doc_update'
running ['git', 'push', '-f', 'origin', 'doc_update:rebeccaebarnes/doc_update']
Everything up-to-date
https://api.github.com:443 "GET /repos/rebeccaebarnes/production/pulls?base=master&head=rebeccaebarnes%3Arebeccaebarnes%2Fdoc_update HTTP/1.1" 200 2
GET https://api.github.com/repos/rebeccaebarnes/production/pulls?base=master&head=rebeccaebarnes%3Arebeccaebarnes%2Fdoc_update {'Authorization': 'Basic (login and password removed)', 'User-Agent': 'PyGithub/Python'} None ==> 200 {'server': 'GitHub.com', 'date': 'Mon, 02 Mar 2020 20:22:33 GMT', 'content-type': 'application/json; charset=utf-8', 'content-length': '2', 'status': '200 OK', 'x-ratelimit-limit': '5000', 'x-ratelimit-remaining': '4927', 'x-ratelimit-reset': '1583181297', 'cache-control': 'private, max-age=60, s-maxage=60', 'vary': 'Accept, Authorization, Cookie, X-GitHub-OTP, Accept-Encoding, Accept, X-Requested-With', 'etag': '"8d94fe705d4eaa397efb6f6ec364ad26"', 'x-github-media-type': 'github.v3; format=json', 'access-control-expose-headers': 'ETag, Link, Location, Retry-After, X-GitHub-OTP, X-RateLimit-Limit, X-RateLimit-Remaining, X-RateLimit-Reset, X-OAuth-Scopes, X-Accepted-OAuth-Scopes, X-Poll-Interval, X-GitHub-Media-Type, Deprecation, Sunset', 'access-control-allow-origin': '*', 'strict-transport-security': 'max-age=31536000; includeSubdomains; preload', 'x-frame-options': 'deny', 'x-content-type-options': 'nosniff', 'x-xss-protection': '1; mode=block', 'referrer-policy': 'origin-when-cross-origin, strict-origin-when-cross-origin', 'content-security-policy': "default-src 'none'", 'x-github-request-id': '9B8F:145F:78BE05:11F4FEB:5E5D6B03'} []
running ['git', 'log', '--no-merges', '--format=%s', 'origin/master..doc_update']
running ['git', 'log', '--no-merges', '--reverse', '--format=## %s%n%n%b', 'origin/master..doc_update']
running ['git', 'var', 'GIT_EDITOR']
https://api.github.com:443 "POST /repos/rebeccaebarnes/production/pulls HTTP/1.1" 422 236
POST https://api.github.com/repos/rebeccaebarnes/production/pulls {'Authorization': 'Basic (login and password removed)', 'User-Agent': 'PyGithub/Python', 'Content-Type': 'application/json'} {"title": "Pull request for doc_update", "body": "", "base": "master", "head": "rebeccaebarnes:rebeccaebarnes/doc_update"} ==> 422 {'server': 'GitHub.com', 'date': 'Mon, 02 Mar 2020 20:22:50 GMT', 'content-type': 'application/json; charset=utf-8', 'content-length': '236', 'status': '422 Unprocessable Entity', 'x-ratelimit-limit': '5000', 'x-ratelimit-remaining': '4926', 'x-ratelimit-reset': '1583181297', 'x-github-media-type': 'github.v3; format=json', 'access-control-expose-headers': 'ETag, Link, Location, Retry-After, X-GitHub-OTP, X-RateLimit-Limit, X-RateLimit-Remaining, X-RateLimit-Reset, X-OAuth-Scopes, X-Accepted-OAuth-Scopes, X-Poll-Interval, X-GitHub-Media-Type, Deprecation, Sunset', 'access-control-allow-origin': '*', 'strict-transport-security': 'max-age=31536000; includeSubdomains; preload', 'x-frame-options': 'deny', 'x-content-type-options': 'nosniff', 'x-xss-protection': '1; mode=block', 'referrer-policy': 'origin-when-cross-origin, strict-origin-when-cross-origin', 'content-security-policy': "default-src 'none'", 'vary': 'Accept-Encoding, Accept, X-Requested-With', 'x-github-request-id': '9B8F:145F:78BF0D:11F50CF:5E5D6B09'} {"message":"Validation Failed","errors":[{"resource":"PullRequest","code":"custom","message":"No commits between master and rebeccaebarnes/doc_update"}],"documentation_url":"https://developer.github.com/v3/pulls/#create-a-pull-request"}
Unable to create pull request: Validation Failed (422)
No commits between master and rebeccaebarnes/doc_update
Check https://developer.github.com/v3/pulls/#create-a-pull-request for more information.
jd commented 4 years ago

Hi @rebeccaebarnes

You might want to check the git log on your branches. GitHub refuses the PR for a good reason:

No commits between master and rebeccaebarnes/doc_update