mirror of
https://github.com/PrefectHQ/fastmcp.git
synced 2026-08-20 12:34:17 +02:00
Add ai labeler
This commit is contained in:
parent
a5796c93b9
commit
eacf9fd79b
1 changed files with 23 additions and 0 deletions
23
.github/workflows/ai-labeler.yml
vendored
Normal file
23
.github/workflows/ai-labeler.yml
vendored
Normal file
|
|
@ -0,0 +1,23 @@
|
|||
name: AI Labeler
|
||||
|
||||
on:
|
||||
issues:
|
||||
types: [opened, reopened]
|
||||
issue_comment:
|
||||
types: [created]
|
||||
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@0.5.0
|
||||
with:
|
||||
openai-api-key: ${{ secrets.OPENAI_API_KEY }}
|
||||
controlflow-llm-model: openai/gpt-4o-mini
|
||||
Loading…
Add table
Add a link
Reference in a new issue