thoth-station / thoth-github-action

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

Automatically deduct the requirements format from the requirements file name #23

Closed mayaCostantini closed 2 years ago

mayaCostantini commented 2 years ago

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

The requirements format from the dependencies could be directly derived from the requirements file path specified as an input of the action in the user's workflow requirements-path, which would avoid specifying a requirements-format input as well.

Describe the solution you'd like

Write a script which would deduct the requirements format of the user's dependencies.

Describe alternatives you've considered

Let users specify a requirements path and a requirements format as inputs.

mayaCostantini commented 2 years ago

/priority critical-urgent /sig stack-guidance

mayaCostantini commented 2 years ago

/assign

mayaCostantini commented 2 years ago

/remove priority-critical-urgent

mayaCostantini commented 2 years ago

Closed by https://github.com/thoth-station/thoth-github-action/pull/57