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
{{ message }}
This repository has been archived by the owner on Jul 28, 2022. It is now read-only.
Currently use REST API to get issue template from https://api.github.com/repos/:owner/:repo/git/trees/:branch but it's not better because we must filter files to get templates.
👔 Overview
Currently use REST API to get issue template from
https://api.github.com/repos/:owner/:repo/git/trees/:branch
but it's not better because we must filter files to get templates.gh.vim/autoload/gh/github/repos.vim
Line 22 in 0b695e6
I found GraohQL API that can get issue template only.
Use this API we can improve get issue template to better.
https://docs.github.com/ja/graphql/reference/objects#issuetemplate
request
response
👖 How to achieve
🧦 Steps
No current operations and changes
The text was updated successfully, but these errors were encountered: