Skip to content

Merge branch 'instructor-ai:main' into main #1

Merge branch 'instructor-ai:main' into main

Merge branch 'instructor-ai:main' into main #1

Workflow file for this run

name: AI Labeler
on:
issues:
types: [opened, reopened]
pull_request:
types: [opened, reopened]
jobs:
ai-labeler:
runs-on: ubuntu-latest
permissions:
contents: read
issues: write
pull-requests: write
steps:
- uses: actions/checkout@v4
- uses: jlowin/ai-labeler@v0.2.0
with:

Check failure on line 19 in .github/workflows/ai-label.yml

View workflow run for this annotation

GitHub Actions / .github/workflows/ai-label.yml

Invalid workflow file

You have an error in your yaml syntax on line 19
openai-api-key: ${{ secrets.OPENAI_API_KEY }}