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.
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`.
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
. Thescripts
folder does not exist, and needs to be created.Considerations to keep in mind:
scripts
folder does not exist insideworkflows
.issue_classification.yml
to reflect the new folder.classification_groq.py
toissue_classification.py
.