Labeling by Gemini
Version updated for Shbhom/labeling-by-gemini to version v1.
- This action is used across all versions by 2 repositories.
Go to the GitHub Marketplace to find the latest changes.
Release notes
Get your newly created, edited issues to be labelled automatically using Gemini and octokit
here’s an example workflow
Example
on:
issues:
types: [opened, edited]
jobs:
test:
name: test
runs-on: ubuntu-latest
steps:
- uses: shbhom/labeling-by-gemini@main
with:
gemini-api-key: ${{ secrets.GEMINI_API_KEY }}