Label Issues as Good First Issue
Version updated for https://github.com/run-llama/issue-classifier to version v0.1.0.
- This action is used across all versions by ? repositories.
Action Type
This is a Composite action.
Go to the GitHub Marketplace to find the latest changes.
Action Summary
The issue-classifier GitHub Action automates the process of analyzing and labeling open issues in a repository as good first issue using the LlamaExtract API. It helps streamline contributions by identifying beginner-friendly tasks suitable for first-time contributors, saving maintainers time and improving onboarding for new developers. Key capabilities include automated issue fetching, classification, and integration with GitHub workflows for continuous operation.
Release notes
Changes
- ci: add release drafting on merge with main @AstraBert (#4)
- feat: move to p-limit @AstraBert (#3)
- docs: update readme and action @AstraBert (#2)
- feat: start adding tests @AstraBert (#1)