Skip to content

Suggest Labels

Actions
Suggests labels for open issues using AI
0.0.9
LatestPre-release
Star (0)

suggest-labels

A GitHub Action that can be used to suggest labels for issues.

Inputs

repo

The name of the repo with the issues that need label suggestions. Default ${{ github.event.repository.name }}.

owner

The repo owner's username. Default ${{ github.repository_owner }}.

token

Access token that can access the issues on the repo. Default ${{ github.token }}.

api-key

Required OpenAI API access key.

endpoint

Required OpenAI endpoint for accessing the model.

deployment-id

Required The deployment ID of the OpenAI model.

Outputs

labels

The issues and their corresponding labels.

Example usage

name: Suggest Labels
- uses: snehara99/label-suggestions@0.0.13
  with:
    repo: ${{ github.event.repository.name }}
    owner: ${{ github.repository_owner }}
    token: ${{ github.token }}
    api_key: ${{ secrets.API_KEY }}
    endpoint: 'https://americasopenai.azure-api.net'
    deployment-id: 'gpt-35-turbo-16k'

Suggest Labels is not certified by GitHub. It is provided by a third-party and is governed by separate terms of service, privacy policy, and support documentation.

About

Suggests labels for open issues using AI
0.0.9
LatestPre-release

Suggest Labels is not certified by GitHub. It is provided by a third-party and is governed by separate terms of service, privacy policy, and support documentation.