Skip to content

(Testing labeling)

(Testing labeling) #2

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/[email protected]
with:
openai-api-key: ${{ secrets.OPENAI_API_KEY }}