Skip to main content
Filter by
Sorted by
Tagged with
-7 votes
2 answers
73 views

I'm using Perplexity web UI (https://www.perplexity.ai/) with the GitHub Connector to automate code edits and commits. Every time I ask Perplexity to create/update files or make changes, an "...
Andrei Pozolotin's user avatar
0 votes
0 answers
63 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
0 votes
0 answers
26 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
  • 1
0 votes
1 answer
188 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
28 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
30 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
173 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
54 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
  • 759
0 votes
1 answer
60 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,403
3 votes
1 answer
231 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
80 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
99 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
52 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,150
0 votes
1 answer
218 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
57 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
36 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
62 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
161 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
134 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
80 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
555 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,783
1 vote
0 answers
149 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
0 votes
0 answers
147 views

Given a github.com organization and repo name, how can I list the associated packages for that repo? On the web UI, it automatically lists them, but I can't find an API to get the same information. ...
jsmartt's user avatar
  • 1,483
1 vote
0 answers
16 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
34 views

I want to specify multiple languages (e.g., Java, C++, Python, Go) when sending a GET request to the GitHub Search API for code. I tried two different query formats, and while both return valid ...
Xiaowen Zhang's user avatar
0 votes
0 answers
60 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
140 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
245 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
58 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
62 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
-1 votes
1 answer
79 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,001
0 votes
0 answers
14 views

With a personal access token I could submit a Github issue having stored the token in the authorization header but not with a client/application token. The two token types differ in the length and use ...
El Anonimo's user avatar
  • 1,890
-1 votes
1 answer
68 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,964
4 votes
1 answer
69 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
29 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
56 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
  • 572
0 votes
0 answers
48 views

I want to export my GitHub Projects periodically to spreadsheet using GraphQL. I have multiple projects that have similar fields, e.g. Sprint, Epic, Deadline, Story Point. I use GitHub Webhooks to ...
Petra Barus's user avatar
  • 4,063
-3 votes
1 answer
31 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
0 answers
101 views

I use GrahamCampbell/Laravel-GitHub (which is actually a Laravel-wrapper for KnpLabs/php-github-api) to commit files from my application to Github via REST API. With $client->api('repo')->...
Johannes Nazarov's user avatar
0 votes
1 answer
207 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
88 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
  • 436
1 vote
0 answers
321 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
107 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
117 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
  • 591
0 votes
0 answers
17 views

For creating content in Github using the API, how do you specify a nested path? https://docs.github.com/en/rest/repos/contents?apiVersion=2022-11-28#create-or-update-file-contents
nilanjan's user avatar
  • 729
0 votes
0 answers
77 views

I have generated a personal access token and configured Single Sign-On (SSO), providing full authorization to the token. The issue I'm facing is that while I can successfully create GitHub ...
Abhishek's user avatar
0 votes
0 answers
1k 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
368 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
252 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
130 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

1
2 3 4 5
76