Skip to main content
Filter by
Sorted by
Tagged with
0 votes
1 answer
101 views

Problem I'm trying to checkout a private GitHub Enterprise repository in a GitHub Actions workflow, but it consistently fails with a "Not Found" error even though I have a valid Personal ...
Athpath's user avatar
Tooling
0 votes
2 replies
64 views

On githubs webpage you can go to https://github.com/owner/repo/branches/yours and get a pretty good guess at what "your" branches are. I would like to retrieve that list using REST or ...
Peter Poulsen's user avatar
0 votes
0 answers
107 views

When querying the referral sources endpoint on GitHub I'm only getting an empty list returned. I can get data for other endpoints in the same repo, even for other traffic endpoints. I'm expecting ...
mjpeterson's user avatar
1 vote
0 answers
89 views

A few weeks ago, along with the new "files-changed" page, Github announced the possibility to add a comment on any line of a changed file. The anounce mentioned "limited API support&...
Lu-'s user avatar
  • 11
2 votes
2 answers
582 views

I'm working in a python based repo and I'm trying to develop a flow where I look for Asana tasks in a specific project and when new ones are found, create a github issue for them and assign them to ...
Alden Harwood's user avatar
0 votes
0 answers
30 views

I want to fetch all GitHub Pull Requests from repositories where I am a contributor. To do that, I first need to get all repositories where I have write access. I tried calling the GitHub API endpoint:...
helloworld's user avatar
0 votes
0 answers
34 views

I am trying to see/list the repositories linked to a specific github project by using gh gh project ... My goal, after getting the linked repositories, is to iterate over them like this. repos = {gh ...
malachi's user avatar
  • 147
0 votes
1 answer
555 views

company/repo_A -> some commit \ company/repo_B -> run workflow in company/repo_codecheck company/repo_C -> some commit / company/repo_D We are looking to implement code ...
Haunted's user avatar
  • 475
0 votes
0 answers
116 views

> curl -IL https://github.com/pH200/sharp-layer/releases/latest/download/release-x64.zip | grep md5 x-ms-blob-content-md5: 1GjBkzlLBeHFFpHVMYME4g== > curl -IL https://github.com/tailwindlabs/...
Xevion's user avatar
  • 769
0 votes
1 answer
87 views

Using GitHub REST APIs, when I want to get a list of PRs, I can do GET /repos/{owner}/{repo}/pulls. When I want to get a specific PR, I can do GET /repos/{owner}/{repo}/pulls/{pull_number}. The former ...
Kane's user avatar
  • 6,453
3 votes
1 answer
738 views

Problem Summary All Personal Access Tokens return 401 Bad credentials when using curl or direct API calls, but GitHub CLI authentication works perfectly. This affects ALL tokens including newly ...
Rebuild Factoryz's user avatar
0 votes
0 answers
148 views

Problem Description: I am setting up a Decap CMS standalone instance with a local proxy backend to connect to a private GitHub repository. When I try to publish a new entry from the CMS UI, I ...
Rajvir Benipal's user avatar
0 votes
2 answers
120 views

How can I search for some text in commit messages including not fetched remote branches. I'm aware of git log --grep "search text" but it doesn't search on remote branches if they are not ...
Milos Stojanovic's user avatar
-1 votes
1 answer
109 views

I'm trying to create a deployment via the GitHub API. According to the documentation: auto_merge boolean Attempts to automatically merge the default branch into the requested ref, if it's behind the ...
Sig's user avatar
  • 6,140
0 votes
1 answer
406 views

Yesterday, I tried using OpenAI and another model from the GitHub Marketplace, but I can no longer access them through a Personal Access Token (PAT). HttpResponseError: (no_access) No access to model:...
Trần Nhật Minh's user avatar
0 votes
0 answers
66 views

I have been trying to get a list of commits that were pushed to my repo using the --force push command. I am doing this to identify which commits have potentially changed the history of the branch. I ...
MoSaad's user avatar
  • 1
0 votes
0 answers
41 views

I'm encountering an issue with the GitHub List Issues API. Since April 10, 2025, I've found that it's no longer possible to obtain the total count of issues from the API response. I'm not sure if this ...
Max Matthew's user avatar
3 votes
1 answer
76 views

The method saveToDatabase() that I use to store the list of questions to my db.json on Github, returns 404 status code from the PUT method. Whereas, the same method returns a 200 status code when ...
Sameer Ahmed's user avatar
0 votes
0 answers
199 views

I’m currently working on a CI/CD setup during my internship, and I want to trigger a Jenkins build automatically whenever a Pull Request (PR) is created on a GitHub repository. Here’s my context: I’m ...
Maria's user avatar
  • 11
1 vote
1 answer
210 views

I'm using a GitHub Actions workflow triggered by the pull_request event (opened and ready_for_review). If someone creates a pull request without assigning any reviewers, I want to automatically ...
Zoltan Toth's user avatar
  • 47.8k
0 votes
1 answer
183 views

I developed a nice workflow a few years ago to keep an inventory of items on our university's github enterprise instance; unfortunately changes to github Projects (Classic being sunset) and APIs have ...
user14020101's user avatar
1 vote
1 answer
771 views

Looking at this documentation I can use curl version of the provided example: curl -L -H "Accept: application/vnd.github+json" -H "Authorization: Bearer GITHUB_CODE" -H "X-...
dododo's user avatar
  • 4,844
1 vote
0 answers
197 views

I’m trying to fetch all files of a particular extension (in this case, *.zip files) across all repositories in an organization using the GitHub API. If I use the GitHub web search directly in the ...
Naveen M's user avatar
1 vote
0 answers
24 views

I’m experiencing inconsistencies between GitHub’s website and the GitHub API when performing the same code search. For example, when I use the following query: q=%5C"X%2B%2B%5C"+%5C"%2B%...
Xiaowen Zhang's user avatar
0 votes
0 answers
64 views

I'm trying to compare two commits in GitHub using the Compare operation described in API documentation but I'm having an issue: the files field is always empty. When I make the request I get the ...
Elvis Oliveira's user avatar
-1 votes
1 answer
218 views

I am trying to fetch repositories using the GitHub API, but authentication fails when using my GitHub Enterprise credentials. My enterprise account has a higher rate limit, so I want to access global ...
Venkat Balaji's user avatar
0 votes
1 answer
297 views

We're getting rate limited by Github, when running tflint --init which is trying to pull (for example) the AWS plugin. Example Output: Installing "aws" plugin... Failed to install a plugin; ...
chris's user avatar
  • 29
1 vote
0 answers
63 views

I have developed a Python script to detect stale users in GitHub organizations. In particular a script that gets all the users of a given GitHub organization and prints it's last activity date. The ...
fgalan's user avatar
  • 12.4k
0 votes
1 answer
78 views

I am setting up a central documentation repo using Github Pages. I have a bash script that runs before deploying the pages that: dynamically looks at specific repos in a list that the doc repo has ...
A.Lopez's user avatar
  • 63
0 votes
1 answer
122 views

I work in a large organization where we use GitHub. We would like to make an API call (REST or GraphQL) to GitHub to retrieve repos that are interesting to a specific logged in user - me for example. ...
Halvard's user avatar
  • 4,031
-1 votes
1 answer
87 views

I'm trying to add a suggestion markdown when creating a comment like this: await octokit.rest.pulls.createReviewComment({ repo: repo.repo, owner: repo.owner, pull_number: ...
Squirrl's user avatar
  • 4,984
4 votes
1 answer
82 views

I have created a python gui application that runs different processes and I am adding new features and bug fixes constantly. Multiple people use it and they are not very tech oriented so instead of ...
Mariano Gongora's user avatar
1 vote
0 answers
40 views

I'm developing a GitHub App that is intended to search for files within repositories in my organization. However, when performing a search using the GitHub API, the app is only returning public ...
AlexS's user avatar
  • 927
0 votes
1 answer
66 views

I created a Github App to allow login via Github to generate a UAT. This UAT is used to create a repository for the user. It works for the user I used to create and install the app. However, when I ...
Casey's user avatar
  • 582
-3 votes
1 answer
39 views

I'm able to get a list of merged commits since 24 hours ago but I wanted to know the exact command to get a list of merges that have been forced merges ignoring the validating required checks from ...
SAI's user avatar
  • 1
0 votes
1 answer
241 views

In our repo there are some custom project fields set up which I assume is what GitHub refers to as the custom properties. When trying https://api.github.com/repos/OWNER/REPO/properties/values as ...
El Anonimo's user avatar
  • 1,890
-1 votes
1 answer
118 views

I am trying to use the github api to search for pull requests that have a specific label. Went through the documentation https://docs.github.com/en/rest/issues/issues?apiVersion=2022-11-28 And built ...
Özgün's user avatar
  • 452
1 vote
0 answers
377 views

I have been trying for the past weeks to try and get some information about the issues I have in my repositories in GitHub. When I look into an issue, and i look at the timeline, I can see all the ...
evilfish's user avatar
  • 700
2 votes
1 answer
128 views

So, I developed a portfolio website that fetches repositories and details from GitHub and send it to my website. While using localhost everything was working fine but as i deployed the code in Vercel ...
Anik Das's user avatar
0 votes
2 answers
131 views

My goal is to generate verified commits, using GitHub's Graphql API. I created a test repository to validate the verified PR creation, and I see the GitHub Action generating the new README.md file. ...
Floren's user avatar
  • 601
0 votes
0 answers
2k views

We have enabled SSO from Azure to GitHub Enterprise and it works. Enabled Copilot and it works as well from Web browser. But getting "language model unavailable" error when using GitHub ...
overflowed's user avatar
  • 1,263
0 votes
2 answers
445 views

I would like to automatically close the issue once it is created. For this I referred to Actions marketplace and this action. Currently my code in YAML file looks like below. GitHub token is saved in ...
biggboss2019's user avatar
0 votes
1 answer
320 views

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 ...
swagrov's user avatar
  • 1,510
1 vote
0 answers
149 views

I have a GitHub App configured with a Webhook that listens to Github events. The App is installed on a private repo and has both read and write permissions. git clone https://x-access-token:<TOKEN&...
newkid's user avatar
  • 1,488
0 votes
0 answers
26 views

I have created the app according to the document. (Registering a GitHub App) webhook. (Building a GitHub App that responds to webhook events) JWT(generate by python). (Generating a JSON Web Token (JWT)...
宋万盛's user avatar
0 votes
0 answers
34 views

I want to create a new Repository when a new issue with a certain label is created. The repo muss be created in an Organisation where I'm admin I found this repo and tried to use it but it was ...
Kaiwinta's user avatar
  • 309
0 votes
0 answers
83 views

I am trying to follow this guide from lucia Here is the code : tokens = await github.validateAuthorizationCode(code); const githubUserResponse = await fetch('https://www.api.github.com/user', { ...
petercli's user avatar
  • 697
1 vote
0 answers
120 views

Is there a GraphQL equivalence in github API for the REST /repos/:owner/:repo/code-scanning/alerts endpoint? I don't see anything in the doc, tried vulnerabilityAlerts, for example query { ...
meng li's user avatar
  • 11
1 vote
1 answer
305 views

I don't know how the file (https://github.com/Flexget/Flexget/files/13787215/pendulum-3.0.0-py3-none-any.whl.zip) is uploaded, and I saw someone uploaded the file here. I only know how to upload files ...
pegasus's user avatar
  • 115
1 vote
0 answers
722 views

How can I configure my Jenkins pipeline to authenticate with GitHub using a GitHub App at the organization level, enabling it to push changes and manage repository access? Specifically, what steps are ...
Sahil Gupta's user avatar

1
2 3 4 5
76