Right now, GithubProvider only fetches the .projectman.json file from a given repo. We should improve and enhance its functionality with the following tasks:
[ ] Read all issues from a repo.
[ ] Read all prs from a repo.
[ ] Create a new project inside a repo.
[ ] Edit a project by applying the given configuration to it.
/type task
Which area/kind this task is related to?
/label library
Issue Description
Right now,
GithubProvider
only fetches the.projectman.json
file from a given repo. We should improve and enhance its functionality with the following tasks: