Releases: drkrillo/good-first-issues
Releases · drkrillo/good-first-issues
Initial Marketplace release
Good First Issues v1.0.0
Scan GitHub users and organizations for issues labeled good first issue and export them as CSV or JSON.
Features
- Fetch open issues from all public repositories of specified GitHub usernames or organizations
- Output as CSV or JSON
- Configurable output path
- Detects the primary language of each repository
- Works with
secrets.GITHUB_TOKEN— no extra setup needed
Usage
- uses: drkrillo/good-first-issues@v1
with:
usernames: "pytorch,fastapi"
github-token: ${{ secrets.GITHUB_TOKEN }}See the Action Usage Guide for complete workflow examples and configuration options.