-
-
Notifications
You must be signed in to change notification settings - Fork 32
Upgrade go-github (and the dependants) and pass name option #463
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
Conversation
|
Sorry, I will check the failure of CI. |
|
ah, I checked the failure. |
|
I also created a PR to ghfs. So, I change to draft |
|
@k1LoW |
|
@wreulicke Could you rebase or update branch? ( crypto has been updated ) |
8fa3268 to
e42dd90
Compare
|
@k1LoW |
|
@wreulicke Thank you!!! |
Currently, ListArtifacts is used without a name option even though there is in github API reference.
So, I checked the current version of go-github doesn't have that.
But, the latest version of
go-githubhas a name option.So, this PR upgrade go-github (and the dependants) and pass the name to ListArtifacts.