Skip to content

Releases: austenstone/openai-issue-labeler

OpenAI Issue Labeler 🤖

01 Sep 05:00
Compare
Choose a tag to compare

This GitHub action labels issues using OpenAI's Classification API powered by GPT-3 models! We are using curie as our completion model and ada as the search model.

It uses your existing labels and past GitHub issues to train a model that can predict the labels of new issues. When someone opens a new issue this action will automatically label it.

OpenAI Issue Labeler 🤖

09 Mar 13:50
Compare
Choose a tag to compare

Removing the need to provide any token. We now use the token from the job ${{ github.token }}.

OpenAI Issue Labeler 🤖

29 Jan 18:45
Compare
Choose a tag to compare

This GitHub action labels issues using OpenAI's Classification API powered by GPT-3 models! We are using curie as our completion model and ada as the search model.

It uses your existing labels and past GitHub issues to train a model that can predict the labels of new issues. When someone opens a new issue this action will automatically label it.