Gregor Martynus
Gregor Martynus
based on the GraphQL Schema I'd assume `conflicting`, `mergeable` and `unknown` https://github.com/gr2m/github-graphql-schema/blob/e44088a5b93affc8a28a4e34a6049f62cc6583f2/schema.graphql#L2877-L2886 More context: https://github.com/octokit/octokit.rb/issues/626 https://github.com/google/go-github/pull/820#issuecomment-354459645 https://platform.github.community/t/documentation-about-mergeable-state/4259 /cc @ryangribble _(edit comment for more details)_
it was introduced temporarily for stricter validation, but it has been removed again a long time ago: https://developer.github.com/changes/2019-01-31-removing-speedy-preview/
We want to explore how to record responses for all endpoints of GitHub’s REST API. Here is how I would approach this. My work-in-progress lives at [gr2m/github-rest-api-responses](https://github.com/gr2m/github-rest-api-responses) - [x] Use...
follow up to https://github.com/probot/adapter-aws-lambda-serverless/pull/63 /cc @axel3rd I think that would have saved you a lot of headache.
follow up to https://github.com/probot/adapter-aws-lambda-serverless/pull/59#discussion_r573401784 by @tcbyrd > Could this be more helpful? For example maybe point users at [docs for Cloudwatch logs](https://docs.aws.amazon.com/lambda/latest/dg/monitoring-cloudwatchlogs.html) on how to debug?
This is a follow up issue to https://github.com/octokit/plugin-paginate-rest.js/issues/124#issuecomment-681019208 We need to add `@octokit/core` as a peerDependency to address a problem with yarn 2. It is something I planned to do...
See https://developer.github.com/v3/repos/contents/#get-repository-content The `GET /repos/:owner/:repo/contents/:path` endpoint can have 4 different types of responses 1. A file 2. A directory 3. A Symlink 4. A Submodule It can also respond with...
See https://developer.github.com/v3/pulls/#create-a-pull-request Missing parameters are `maintainer_can_modify` and `draft` See [CONTRIBUTING.md](https://github.com/gr2m/octokit-plugin-create-pull-request/blob/master/CODE_OF_CONDUCT.md) for instructions on how to record fixtures for a new test, if needed
Add a section to the README for usage with GitHub Enterprise, too, as rate limit options are configurable in GHE