sindresorhus/refined-github




The issue has been closed
Rename a branch on the github.com web UI #2500
staabm posted onGitHub
when working on github we get all kind of automation which creates branches and works on our repo.
since I dont own most of this automation I have no influence on the naming of the branches.
e.g. Dependabot creates branch names like dependabot-npm_and_yarn-simplebar-5.0.3
which contains .
characters, which are a problem for our further processing.
would it be possible to add a feature to refined github, so we will be able to rename a branch on github.com directly, without the need of a clone/fork and the git cli commands etc...?