Closed ChadNedzlek closed 2 years ago
This type https://github.com/octokit/octokit.net/blob/main/Octokit/Models/Response/GitHubApp.cs does not include the "slug" field documented here: https://docs.github.com/en/rest/reference/apps
Unfortunately, the "slug" field appears to be the name that appears with the app interacts with the repository (makes a comment or creates an issue), so we need access to that value for several scenarios.
I would like to work on this one :)
This type https://github.com/octokit/octokit.net/blob/main/Octokit/Models/Response/GitHubApp.cs does not include the "slug" field documented here: https://docs.github.com/en/rest/reference/apps
Unfortunately, the "slug" field appears to be the name that appears with the app interacts with the repository (makes a comment or creates an issue), so we need access to that value for several scenarios.