thepetk / projectman

Github Project Manager is an automation related to Github Projects
Apache License 2.0
3 stars 0 forks source link

Investigate and Implement Configuration class #5

Closed thepetk closed 11 months ago

thepetk commented 1 year ago

/type task

Which area/kind this task is related to?

/label config

Issue Description

This item focuses on the investigation for a list of commands that our projectman.json file will support. For example:

// projectman.json
[
   // project 1 - issues which are bugs and features
   {
      "labels": [ "bug", "feature"],
      "type": ["issue"],
   }
]

Another step for this issue is to implement the class of RepoConfiguration which will have all commands as attributes.

Acceptance Criteria

thepetk commented 1 year ago

blocks #6