Skip to content
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

Support Github App authentication #146

Merged
merged 4 commits into from
Apr 15, 2022

Conversation

julienduchesne
Copy link
Contributor

Using a Github App has the benefit that API calls count towards that app installation instead of a user
This is useful in cases where you want to limit the number of automation users but have no such limits on Apps, since they are free

Let me know what you think!

Using a Github App has the benefit that API calls count towards that app installation instead of a user
This is useful in cases where you want to limit the number of automation users but have no such limits on Apps, since they are free
@mszostok mszostok self-assigned this Apr 14, 2022
@mszostok mszostok added the enhancement New feature or request label Apr 14, 2022
Copy link
Owner

@mszostok mszostok left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Hi!

Thanks for your PR, I like the idea. I tested that and works well 👍

Before merging, please address the validation approach from #146 (comment). Also, please run SKIP_INSTALL=false make fix-lint-issues on your local machine and address issues as CI is failing.

The usage docs are just nice-to-have, and if you don't have time, no worries, I will add them later 👍

internal/github/client.go Show resolved Hide resolved
internal/check/valid_owner.go Outdated Show resolved Hide resolved
README.md Outdated Show resolved Hide resolved
julienduchesne and others added 2 commits April 14, 2022 18:59
Co-authored-by: Mateusz Szostok <szostok.mateusz@gmail.com>
@julienduchesne
Copy link
Contributor Author

Thanks for the great review @mszostok!

@mszostok
Copy link
Owner

I pushed a dedicated commit 1915c98 with e2e test changes. Changes that you applied LGTM, CI is green, so I'm merging the PR.

Once again, thanks for your contribution! The new release will be done once I will merge the #149 and #148

@mszostok mszostok merged commit 7dfc6dc into mszostok:main Apr 15, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
documentation enhancement New feature or request
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants