-
Updated
Mar 23, 2021 - Go
GitHub API
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.
Here are 3,023 public repositories matching this topic...
GitHub API documentation:
https://docs.github.com/en/actions/reference/events-that-trigger-workflows#pull_request_target
As mentioned in #1619, this webhook event needs to be supported.
This would be a great PR for any new contributor to this repo or a new Go developer.
All contributions are greatly appreciated!
Feel free to volunteer for any issue and the issue can be assigned to you s
-
Updated
Jan 28, 2021 - Python
-
Updated
Mar 27, 2021 - Ruby
-
Updated
Feb 2, 2021 - Go
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,
):-
Updated
Mar 9, 2021 - JavaScript
-
Updated
Mar 18, 2021 - TypeScript
Great tool. What if I want to search for a domain or org name in combination with all the signatures? Is this possible currently?
-
Updated
Aug 6, 2020 - JavaScript
-
Updated
Mar 9, 2021 - JavaScript
-
Updated
Mar 25, 2021 - JavaScript
-
Updated
May 6, 2020
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 = -
Updated
Mar 3, 2021 - Objective-C
-
Updated
Jun 30, 2019 - JavaScript
-
Updated
Jan 21, 2021 - JavaScript
-
Updated
Jun 12, 2020 - JavaScript
-
Updated
Jan 19, 2020 - JavaScript
-
Updated
Mar 27, 2021 - TypeScript
-
Updated
Mar 14, 2021 - CoffeeScript
-
Updated
Mar 9, 2021 - Ruby
-
Updated
Mar 1, 2021 - Python
-
Updated
Mar 24, 2021 - TypeScript
-
Updated
Sep 28, 2020 - Python
-
Updated
Sep 26, 2020 - JavaScript


My menubar is full. Even with "menubar mode" turned off it still appears up there. It should not force an icon up there.