I am curious if you can move a github 'Project' from one repository to another.
Should be more specific. Github has a 'Project' feature that allows you to create a simple kanban board.
I would like to move this project from repo-a to repo-b. Looking through the UI I do not see a way to do this.
A single GitHub Project can span multiple repositories, so your best bet is to add the new repository and remove the old one.
Unfortunately, the Kanbans refer the specific GitHub issues inside a specific repository: so if you remove the source repo, you'll loose also the related issues from the Project.
In case you want to keep you old issues on the new repository, your best bet is to:
repo-a
to repo-b
(Select issue -> Transfer Issue -> Choose Repository)repo-b
's issues, select them all, click the _"Projects" dropdown and choose your own Project.
repo-a
.