
One 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
Product Feedback
If you put a bullet point list inside of a task list block, then it will remove all of the list items! This is probably somewhat common if people forget to a…
Read moreBug
A private repository I work on recently had a dependabot security alert for a vulnerability in json5. When it was originally discovered, it appears the json5 maintainer o…
Read moreQuestion
Is there a way on github to be logged in with two accounts at the same time, and that you can choose which one you use at all times?
Thaaanx :)
No.