Skip to content

Auto-labeling issue

Auto-labeling issue #2

Workflow file for this run

name: Auto-labeling issue
on:
issues:
types:
- opened
permissions:
issues: write
jobs:
auto-labeling:
uses: oscoreio/ai-workflows/.github/workflows/auto-labeling.yml@main
with:
issue-number: ${{ github.event.issue.number }}
model: free-fast
provider: openrouter
secrets:
openrouter-api-key: ${{ secrets.OPENROUTER_API_KEY_FOR_PRS }}