I need to create a automation action in GitHub that will automatically move a project's columns to another project, Is there any way to achieve it?
CodePudding user response:
You can create an action using the Github API.
There is a full project section in the Github API with endpoints you could use to customize your action.
There is also already a Github automate project action on the Github marketplace, that can be used as reference(but that doesn't perform the same thing you want to implement).