Relative Content

Tag Archive for githubgithub-api

github api (gh api) workflow runs endpoint not working with query parameters

when I run this, I get results gh api repos/myorg/myrepo/actions/workflows/my-workflow.yaml/runs. I wish to just grab runs from master branch, instead of doing that filtering afterwards. According to the docs “This endpoint will return up to 1,000 results for each search when using the following parameters: actor, branch, check_suite_id, created, event, head_sha, status.”

Wallboard for PR across multiple repos

I would like to create an overview of all PRs across multiple repos with info about what state the PRs are in, how many comments, author, reviewer etc. How can I accomplish that? Is there something out there that does this or do I have to implement it myself?

Wallboard for PR across multiple repos

I would like to create an overview of all PRs across multiple repos with info about what state the PRs are in, how many comments, author, reviewer etc. How can I accomplish that? Is there something out there that does this or do I have to implement it myself?

How to exchange an authentication code for a GitHub access token?

I am using the GitHub API to authenticate a user, and get an authentication code. Now, however, I have to exchange this authentication code for an access token from the user’s github account.
I’ve followed the documentation, but it’s not working. I am getting different errors depending on what I try.