igorcosta / api_workspace

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

Going to fix the issue with the runner and remove the Olmala dependence #30

Open igorcosta opened 4 months ago

igorcosta commented 4 months ago

Going to fix the issue with the runner and remove the Olmala dependence.

BUG Fix Request: This issue reports a bug in the issue-classification.yml file workflow, which is too resource-intensive for GitHub Runners. To resolve this, we're replacing it with Groq API calls. The proposed solution involves using the API inside the workflow or a run command, utilizing the 'object' property with a 'role:user' in the 'content' field to automatically classify and add a label. The GROQ_API_KEY is an environment variable set in the GitHub Actions secrets. When an issue or edit is made, the classification process runs, and a new label is added if it doesn't already exist. For duplicate labels, only five labels are supported. Comments are added, saying 'Hey, we're investigating... in the meantime, we classified this as: [answer]'.

github-actions[bot] commented 4 months ago

Issue classified with labels: triage