Gregor Martynus

Results 294 issues of Gregor Martynus

Follow up to https://github.com/probot/probot/issues/484 > GraphQL returns great error messages: > > ``` > GraphQLError: [{"message":"Resource not accessible by integration","type":"FORBIDDEN","path":["resource","author","hovercard"],"locations":[{"line":11,"column":15}]}] > ``` > > We should take advantage of that...

Type: Feature
Status: Up for grabs

# What Links to the contributor guide and code of conduct result in 404s, they files seem to have been removed? Did you mean to link to central files instead?...

Bug

It would be useful for when generating docs such as https://github.com/octokit/webhooks.js#webhook-events. Not all events are listed on https://developer.github.com/v3/activity/events/types/#checkrunevent, `ping` and `repository_dispatch` are documented in other places

Status: Up for grabs
Type: Maintenance

**`github.repos.archive()`** sends a request to `GET /repos/:owner/:repo/:archive_format/:ref` which currently redirects to a URL such as `https://codeload.github.com/octokit-fixture-org/tmp-scenario-get-archive-20180220222254019-9abgf/legacy.tar.gz/master` (see [@octokit/fixtures/scenarios/api.github.com/get-archive/raw-fixture.json#L336-L337](https://github.com/octokit/fixtures/blob/ac427afa61c08eb8a9da1d385cfb309fca74eafd/scenarios/api.github.com/get-archive/raw-fixture.json#L336-L337)) `https://codeload.github.com` does not set the same CORS headers as `https://api.github.com`: It currently...

Status: Blocked
Type: Bug

**Checklist** - [x] I checked [all open bugs](https://github.com/octokit/rest.js/issues?q=is%3Aissue+label%3Abug) and none of them matched my problem. **Environment** - [ ] https://api.github.com - [ ] GitHub Enterprise Server: - [ ] GitHub...

Type: Bug
Type: Documentation

this is a follow up for https://github.com/octokit/rest.js/issues/736 about `.repos.getArchiveLink` One way to handle it is to add a new flag like "hasRedirectResponse" in `lib/routes.json`. If it is set then the...

Status: Blocked
Type: Bug

Follow up to https://github.com/github/docs/issues/9900. Right now, the following code ```js await octokit.request('PATCH /repos/{owner}/{repo}/hooks/{hook_id}/config', { owner: 'octocat', repo: 'hello-world', hook_id: 42, url: 'url' }) ``` Sends a `PATCH` request to `/url`',...

Type: Bug

This is in response to https://github.com/node-fetch/node-fetch/issues/1300

feature

Instead of running all tests, make separate tests which only test the basics, as jest is not compatible with Cypress follow up https://github.com/octokit/request.js/pull/45

Type: Maintenance