GithubAPI只获取具有特定标签的拉请求

GithubAPI只获取具有特定标签的拉请求,api,github,Api,Github,我如何过滤以下命令的结果,以便只给我带有特定标签的pull请求:githubapi的“Ready to Release” curl -u <token>-oauth-basic https://api.github.com/repos/<reponame>/<branch>/pulls curl-u-oauth-basichttps://api.github.com/repos///pulls 在Github Api中找到了答案 只需转到以下url,它将返回

我如何过滤以下命令的结果,以便只给我带有特定标签的pull请求:githubapi的“Ready to Release”

curl -u <token>-oauth-basic https://api.github.com/repos/<reponame>/<branch>/pulls
curl-u-oauth-basichttps://api.github.com/repos///pulls

在Github Api中找到了答案

只需转到以下url,它将返回pull请求标记的标签:

https://api.github.com/repos/{organization_name}/{repo}/issues/{pull_request_number}/labels?access_token='{github_token})