-
Notifications
You must be signed in to change notification settings - Fork 75
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Introduces custom GitHub configuration #384
Conversation
Some questions and concerns I have got:
|
No, the access token needs to be modified all the time, the default config will be fine for most people
let's remove it, not sure why it's there
I think top-level is enough, no need for implicits internally. |
Codecov Report
@@ Coverage Diff @@
## master #384 +/- ##
==========================================
- Coverage 78.71% 78.53% -0.19%
==========================================
Files 23 24 +1
Lines 531 531
Branches 2 0 -2
==========================================
- Hits 418 417 -1
- Misses 113 114 +1
Continue to review full report at Codecov.
|
@BenFradet I have updated the PR according to our conversations, please take a look. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM except for a few minor comments 👍
However, I think this change deserves a mention in the documentation, wydt?
aff18fa
to
84c5241
Compare
@BenFradet, |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Looking good 👍
2f4901b
to
abf1361
Compare
@BenFradet, fixed, please take a look. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Thanks a lot 👍
Fixes #379
Adds an implicit
config
parameter toGithub
instance which allows to override the default configuration by injecting a custom implicitGithubConfig
instance into a current scope: