A command-line tool that makes git easier to use with GitHub.
-
Updated
Aug 19, 2021 - Go
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.
My menubar is full. Even with "menubar mode" turned off it still appears up there. It should not force an icon up there.
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,
):
Great tool. What if I want to search for a domain or org name in combination with all the signatures? Is this possible currently?
Something like this would come in handy:
<?php declare(strict_types = 1);
use Github\Api\RateLimit\RateLimitResource;
use Github\Client;
use Http\Client\Common\Plugin;
use Http\Promise\Promise;
use Psr\Http\Message\RequestInterface;
class RateLimitPlugin implements Plugin
{
private Client $client;
public function setClient(Client $client): void
{
$this->client =
autolinks
support was recently added to the rest api. Announcement: https://github.blog/changelog/2021-08-02-apis-for-autolinks/This would be super useful to allow automated management of autolinks via API.
Docs: https://docs.github.com/en/rest/reference/repos#autolinks
More info: https://docs.github.com/en/github/administering-a-repository/managing-repository-settings/configuring-auto