igorcosta / api_workspace

A restful API demo for GitHub Workspace
MIT License
0 stars 0 forks source link

Move classification_groq.py #35

Closed igorcosta closed 5 months ago

igorcosta commented 5 months ago

The classification_groq.py file resides within the project and is solely used to build issue classification, which is not part of the project. I require this file to be moved to .github/workflows/scripts. The scripts folder does not exist, and needs to be created.

Considerations to keep in mind:

github-actions[bot] commented 5 months ago

Issue classified with labels: file-move, automation, workflow

github-actions[bot] commented 5 months ago
Suggested improvements for the issue The `classification_groq.py` file resides within the project and is solely used to build issue classification, which is not part of the project. I require this file to be moved to `.github/workflows/scripts`. The `scripts` folder does not exist, and needs to be created. Considerations to keep in mind: - The `scripts` folder does not exist inside `workflows`. - We need to update the `issue_classification.yml` to reflect the new folder. - Rename the Python script from `classification_groq.py` to `issue_classification.py`.