ListLabels returns the labels available in a repository.
(repo ghrepo.Interface)
| 37 | ListCategories(repo ghrepo.Interface) ([]DiscussionCategory, error) |
| 38 | // ListLabels returns the labels available in a repository. |
| 39 | ListLabels(repo ghrepo.Interface) ([]DiscussionLabel, error) |
| 40 | // Create creates a discussion. The returned discussion may be non-nil even |
| 41 | // when err is non-nil, indicating a secondary mutation failure (e.g., labels). |
| 42 | Create(repo ghrepo.Interface, input CreateDiscussionInput) (*Discussion, error) |
no outgoing calls