-
Motivation: Many projects use feature branches and pull requests. This is currently so awkward in GT's git tool that in practice users must retreat either to the command line or Morphic Iceberg.
Ph…
-
Run this sample code in an IPythonCell and print the output
```
github_token = os.getenv('GITHUB_TOKEN')
headers = {
'Authorization': f'token {github_token}',
'Accept': 'application/vnd…
-
When creating a pull request for a autofix patch, Scrutinizer shows this message:
> For the pull request a new branch will be created on the source repository below. You can automatically delete this…
-
I'm not sure whether or not this _actually is_ an issue. GitHub treats all Pull Requests as issues practically... And this package should hopefully allow users to comment on, label and assign users to…
-
[Even with the comment on top of the file](https://github.com/rails/rails/blob/master/activesupport/lib/active_support/inflections.rb#L4) people still send PRs changing inflectors. We can detect it an…
-
So, I know about the checkbox to not increment the Build Number for pull requests (#351) but maybe I'm not using it in a scenario
![image](https://user-images.githubusercontent.com/35837068/36895461-…
ghost updated
6 years ago
-
https://help.github.com/en/articles/resolving-a-merge-conflict-on-github
documentation lists the solution
-
It would be nice to have an option to update the previous summary comment on Pull requests instead of adding a new comment. Since tests can run on multiple commits, adding a new comment everytime can …
-
The issue involves adding a table to display repository statistics, such as the number of stars, forks, issues, and pull requests, directly in the README.md file. This will help contributors and users…
-