octokit-plugin-rename-branch icon indicating copy to clipboard operation
octokit-plugin-rename-branch copied to clipboard

Octokit plugin to rename a branch in a github repository

Results 7 octokit-plugin-rename-branch issues
Sort by recently updated
recently updated
newest added

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

help wanted
good first issue

One of the issues I ran into when I changed my default branch was related to draft releases. Much like how existing PRs pointing to the old default branch need...

If source (`current_name`) branch does not exist, or if target (`name`) branch exist, throw a helpful error

There is no simple way to avoid false positives, but there are several places where the current branch name needs to be replaced: - README badges - CI configurations: GitHub...