thoth-station / thoth-github-action

GitHub action for communicating with thoth services
GNU General Public License v3.0
0 stars 3 forks source link

Refactor the action #56

Closed mayaCostantini closed 2 years ago

mayaCostantini commented 2 years ago

Is your feature request related to a problem? Please describe.

As the number of features supported is increasing, rewriting the action in Python would allow more maintainability and flexibility when it comes to adding new features, testing, etc. The action.yaml file should also be kept minimal, with the essential information about the action, inputs/outputs for users to look up the parameters easily.

Describe the solution you'd like

Describe alternatives you've considered

Leave the action as a bash script.

mayaCostantini commented 2 years ago

/sig stack-guidance /priority critical-urgent