Movatterモバイル変換


[0]ホーム

URL:


Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

Automatically classify issues as good first issues

NotificationsYou must be signed in to change notification settings

run-llama/issue-classifier

Use this GitHub action with your project
Add this Action to an existing workflow or create a new one
View on Marketplace

Repository files navigation

Classifier for open issues on a GitHub repository that usesLlamaExtract to label issues asgood first issue (suitable for first time contributors).

Setup and Usage

Export the necessary environment variables:

export LLAMA_CLOUD_API_KEY="..."export GITHUB_TOKEN="..."export REPOSITORY_OWNER="run-llama"# or whatever repository ownerexport REPOSITORY_NAME="llama_index"# or whatever repository name

Or store them in a.env file.

With NPM package

Install the NPM package gloablly:

npm install -g @llamaindex/issue-classifier# verify installationissue-classifierhelp

Or run withnpx (or other Node-compatible executors likebunx):

npx @llamaindex/issue-classifierhelp

Development

Clone the GitHub repository:

git clone https://github.com/run-llama/issue-classifiercd issue-classifier

To install dependencies:

bun install

To run:

bun run src/index.ts<LOG_LEVEL>

If not provided,LOG_LEVEL defaults toinfo.

In GitHub CI/CD

Use the GitHub Action to run this script in your GitHub workflows:

-name:Classify Issues as Good First Issuesuses:run-llama/issue-classifier@v0.1.0with:llama-cloud-api-key:${{ secrets.LLAMA_CLOUD_API_KEY }}github-token:${{ secrets.GITHUB_TOKEN }}repository-owner:"run-llama"repository-name:"llama_index"

Since this action fetches issues from the previous week, it is recommended to run it as a chron job.

About

Automatically classify issues as good first issues

Resources

Stars

Watchers

Forks

Packages

No packages published

[8]ページ先頭

©2009-2026 Movatter.jp