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?
GitHub – difference between `/contents/` and `/blobs/` API endpoints
I have a list of JSON files in GH to be fetched via API.
GitHub – difference between `/contents/` and `/blobs/` API endpoints
I have a list of JSON files in GH to be fetched via API.
How to view all github user activity within an org?
I would like to see all of a user’s activity within a public org. Is there a way to do that ?
Is there way to get the name of the user that merged a pull request
I know it is possible to get the name of the user who created a pull request using GitHub Rest API but is it possible to get the name of the user who merged/approved a pull request ?
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.
Add a collaborator to a GitHub repository using email
I am trying to add a collaborator to a GitHub repository. I don’t have their GitHub usernames and only their emails. is there a way to add them or send an invitation to their email?
Can I change current Github status (emoji) via REST API?
You can represent your current status on GitHub using emojis. I want to change this status using the REST API. How can I achieve this?