You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Hi @it19862 those are called repository topics. We don't have support in octokit for them just yet, there was an in progress PR but it hasn't been completed. See #1707 and #1721
It would be awesome If you'd like to contribute by helping to complete that PR!
How to get repository tags?
I try using the code.
var tags = client_cur.Git.Tag.Get(instanceRepo, "master");
does not work
The text was updated successfully, but these errors were encountered: