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

feat: add function to get specific app's details #470

Merged
merged 1 commit into from
May 31, 2024

Commits on May 30, 2024

  1. feat: add function to get specific app's details

    Adds `get_specific_github_app_details` function to bots service.
    This allows us to get `GithubInstallationInfo` for the app we want.
    
    It fails with a new exception if the app can't be found.
    This is because this feature will be used to get the app that made a comment
    or status check. If we don't use the same to edit said comment it won't work.
    
    On top of that we need to start saving the ID of the apps we selected for Torngit adapter instances
    giovanni-guidini committed May 30, 2024
    Configuration menu
    Copy the full SHA
    6b8670d View commit details
    Browse the repository at this point in the history