Skip to content

Commit

Permalink
fix: "performed_via_github_app" is now always present in responses (#…
Browse files Browse the repository at this point in the history
…331)

Co-authored-by: Octokit Bot <[email protected]>
  • Loading branch information
github-actions[bot] and Octokit Bot authored Jul 17, 2020
1 parent f4aea7d commit b05b3ce
Show file tree
Hide file tree
Showing 6 changed files with 782 additions and 767 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,8 @@
"author_association": "MEMBER",
"active_lock_reason": null,
"body": null,
"closed_by": null
"closed_by": null,
"performed_via_github_app": null
},
"reqheaders": {
"accept": "application/vnd.github.v3+json",
Expand All @@ -64,7 +65,7 @@
"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",
"cache-control": "private, max-age=60, s-maxage=60",
"connection": "close",
"content-length": "1999",
"content-length": "2031",
"content-security-policy": "default-src 'none'",
"content-type": "application/json; charset=utf-8",
"date": "Tue, 10 Oct 2017 16:00:00 GMT",
Expand Down
Loading

0 comments on commit b05b3ce

Please sign in to comment.