octokit-plugin-create-pull-request icon indicating copy to clipboard operation
octokit-plugin-create-pull-request copied to clipboard

Octokit plugin to create a pull request with multiple file changes

Results 17 octokit-plugin-create-pull-request issues
Sort by recently updated
recently updated
newest added

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...

help wanted

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

help wanted

we decided to make this plugin official™️ @timrogers @oscard0m - [ ] transfer repository to @octokit - [ ] rename repository to `octokit/plugin-create-pull-request` - [ ] rename package name to...

I have used this plugin to successfully create PRs for many text-based files. I tried to include an image, a file is created with the correct file size, but the...

I am using this API to create a pull request. But whenever I make a pull request, the pull request shows me a big difference. ``` octokit.createPullRequest({ owner: "meera", repo:...

When a file is larger than 1MB, the `content` field is an empty string when you try to update an existing file: ```js // updates file based on current content...

pull request welcome

Bumps [esbuild](https://github.com/evanw/esbuild), [@vitest/coverage-v8](https://github.com/vitest-dev/vitest/tree/HEAD/packages/coverage-v8) and [vitest](https://github.com/vitest-dev/vitest/tree/HEAD/packages/vitest). These dependencies needed to be updated together. Updates `esbuild` from 0.23.0 to 0.25.9 Release notes Sourced from esbuild's releases. v0.25.9 Better support building projects that...

dependencies
javascript