Question
I'm trying to find a programmatic way to manage copilot user access via github API.
Is this documented somewhere already?
I tried looking at REST API reference but c…
Bug
As stays in the title, I cannot assign my team/group or even its child team as a reviewer in PRs. I can easily mention the team within the comment/description but after t…
Read moreProduct Feedback
Hello, in the last week or two, I have noticed that there's vastly more intrusive mouse-over pop-ups throughout much of the github user interface.
For exampl…
Read moreOne of my favorite changes to GitHub's PR review experience was the introduction of suggested changes. I regularly use this feature in documentation PRs; suggesting changes really helps speed up th…
Read moreThanks for the feedback. We understand the need and are investigating the feasibility this quarter. 2021-12-19 update: Commenting on any line of a file changed in the pull request is on the roadmap…
Read moreBug
Setup:
Check-1
If I make a draft on a project in projects beta, then press convert to issue and pick the repo, it creates an issue but bypasses the issue template chooser and then you get an issue that is missing…
Read moreHello and thank you for testing out the new Python Notebook Rich Diff feature. Please let us know if you see any issues, errors or room for improvement.
We have a signup form available here if y…
Read moreQuestion
I'm implementing a CLI tool and I was wondering:
How I should handle the client_id parameter in the first step?.
Since is a CLI tool this parameter needs to be avail…
Read moreQuestion
I dont know, if exists a one endpoint to obtain a random repository.
You can use python to access GitHUb V3 Api (as in "Most suitable python library for Github API v3").
And you can access GitHub repos, from a certain id (GET /repositories, with as parameter, intege…
Read moreQuestion
Is there any way to remove a file from a pullrequest, without it appearing in it anymore?
For this, You can use this command:
$ git filter-branch --index-filter "git rm -rf --cached --ignore-unmatch .env" HEAD
$ git push --force