github-api-v3 Questions

3

Solved

I am trying to download the logs of a particular workflow in github. I have referenced the following link for the same. However I am getting 302 as response code. Not sure what the issue here is. I...
Highminded asked 21/10, 2020 at 7:58

5

Solved

How can I get the Projects and linked issues for a given pull request from github API V3? The pulls endpoint does not give information on either of them. In the github's pull requests section's si...
Kylander asked 17/3, 2020 at 6:21

7

Solved

I am triggering a workflow run via github's rest api. But github doesn't send any data in the response body (204). How do i get the run id of the trigger request made? I know about the getRunsList ...

0

GitHub provides a project board called GitHub Projects. I want to move a project from my personal account to an organization account including any items (cards/issues/PRs) that are part of the proj...
Sarnen asked 8/4, 2023 at 19:5

2

Solved

I am using GitHub token as the credential for others people. Can make the token only allows the user to clone and pull, but NOT push or delete.
Lumisterol asked 19/3, 2019 at 14:10

1

According to the docs, I could use - to exclude certain things from the search API... I tested it and this works on the language field for example, but doesn't work on topics. According to the docu...
Faenza asked 3/1, 2021 at 19:50

1

I am trying to add a custom code check for a PR. After doing some research I found out that it can be done using the API mentioned below. POST /repos/{owner}/{repo}/check-runs Initially, it was giv...
Steakhouse asked 6/3, 2021 at 19:14

1

Solved

Running Github Enterprise 2.18. Is there any way to determine via the API that a user is dormant? I don't see a specific call for it anywhere...
Denotative asked 5/2, 2020 at 15:3

2

Solved

When you go to GitHub, under Issues, it pulls up all the open issues as an HTML page. We'd like to implement a dashboard showing all the issues in a repository, grouped by labels, including those i...
Skardol asked 1/11, 2019 at 19:41
1

© 2022 - 2024 — McMap. All rights reserved.