I want to create a workflow for moving issues in GitHub project boards such as:
- When someone creates an issue it moves to the project board "To do".
- Once the developer creates a branch with issue name then the issue should move to the different project board "In Progress"
- Once the developer finished his work and merge it with the master branch then it should move to project board "Done"
I got some workflow for creating a branch for issues and move-in boards but I am unable to create the flow.