octokit / octokit.net

A GitHub API client library for .NET
https://octokitnet.readthedocs.io/en/latest/
MIT License
2.7k stars 1.08k forks source link

GitHubApp should include slug #2335

Closed ChadNedzlek closed 2 years ago

ChadNedzlek commented 3 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.

Whitestripe7773 commented 2 years ago

I would like to work on this one :)