Skip to main content
Filter by
Sorted by
Tagged with
Tooling
0 votes
2 replies
50 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
-8 votes
2 answers
102 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
81 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
56 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
0 votes
1 answer
238 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
257 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
82 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
77 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,413
3 votes
1 answer
299 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
105 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
103 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
83 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
264 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

15 30 50 per page
1
2 3 4 5
252