| Nov | DEC | Jan |
| 16 | ||
| 2019 | 2020 | 2021 |
COLLECTED BY
Collection: github.com
The GitHub API provides endpoints for users to consume GitHub data as well as make changes on a user’s behalf. The latest version is v4, the GraphQL API. The GitHub GraphQL API v4 represents an architectural and conceptual shift from the GitHub REST API v3 and allows for users to craft queries of the exact data they need.
Repositories.CompareCommits() passing PullRequest.GetBase().GetRef() and PullRequest.GetHead().GetRef() as base and head refs.
Now, someone on our team thought it would be a great idea to name a branch "feature/#nnnn-some-task", causing
Read more
enhancement
good first issue
Open
PullRequest.edit does not allow a draft attribute:
def edit( self, title=github.GithubObject.NotSet, body=github.GithubObject.NotSet, state=github.GithubObject.NotSet, base=github.GithubObject.NotSet, ):Read more feature request good first issue Open