Implement AppUserAuth for Github App user tokens#2546
Implement AppUserAuth for Github App user tokens#2546EnricoMi merged 9 commits intoPyGithub:masterfrom
AppUserAuth for Github App user tokens#2546Conversation
Codecov ReportPatch coverage:
❗ Your organization is not using the GitHub App Integration. As a result you may experience degraded service beginning May 15th. Please install the Github App Integration for your organization. Read more. Additional details and impacted files@@ Coverage Diff @@
## master #2546 +/- ##
==========================================
+ Coverage 98.49% 98.50% +0.01%
==========================================
Files 124 124
Lines 12418 12538 +120
==========================================
+ Hits 12231 12351 +120
Misses 187 187
☔ View full report in Codecov by Sentry. |
|
CC @rigaspapas |
AppUserAuth for Github App user tokens
bacd366 to
25abc49
Compare
JLLeitschuh
left a comment
There was a problem hiding this comment.
Not sure if I can review this on substance, but looks good to me!
There was a problem hiding this comment.
Given this file is so small, you could likely delete it and just put the types on the implementation
There was a problem hiding this comment.
Good point! I started this, but this unveiled lots of typing warnings, discussed and to be fixed here: #2463 (comment)
73629aa to
fbb90bf
Compare
…o py files" This reverts commit 9113d8e.
fbb90bf to
27deee2
Compare
Allows to refresh Github App user token. Integrates
ApplicationOAuthintogithub.Auth.