- Notifications
You must be signed in to change notification settings - Fork0
run-llama/issue-classifier
Use this GitHub action with your project
Add this Action to an existing workflow or create a new oneFolders and files
| Name | Name | Last commit message | Last commit date | |
|---|---|---|---|---|
Repository files navigation
Classifier for open issues on a GitHub repository that usesLlamaExtract to label issues asgood first issue (suitable for first time contributors).
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.
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-classifierhelpClone the GitHub repository:
git clone https://github.com/run-llama/issue-classifiercd issue-classifierTo install dependencies:
bun install
To run:
bun run src/index.ts<LOG_LEVEL>
If not provided,LOG_LEVEL defaults toinfo.
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
Uh oh!
There was an error while loading.Please reload this page.
Stars
Watchers
Forks
Packages0
No packages published