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

Commits on Apr 14, 2022

  1. Support Github App authentication

    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
    julienduchesne committed Apr 14, 2022
    Configuration menu
    Copy the full SHA
    892242b View commit details
    Browse the repository at this point in the history
  2. Update internal/check/valid_owner.go

    Co-authored-by: Mateusz Szostok <szostok.mateusz@gmail.com>
    julienduchesne and mszostok committed Apr 14, 2022
    Configuration menu
    Copy the full SHA
    58937e0 View commit details
    Browse the repository at this point in the history

Commits on Apr 15, 2022

  1. Resolve PR comments

    julienduchesne committed Apr 15, 2022
    Configuration menu
    Copy the full SHA
    dc708af View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    1915c98 View commit details
    Browse the repository at this point in the history