mirror of
https://github.com/PrefectHQ/fastmcp.git
synced 2026-08-21 13:04:18 +02:00
Remove ai-labeler
This commit is contained in:
parent
9b89715294
commit
909b76c002
2 changed files with 0 additions and 111 deletions
24
.github/workflows/ai-labeler.yml
vendored
24
.github/workflows/ai-labeler.yml
vendored
|
|
@ -1,24 +0,0 @@
|
|||
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@v0.5.0
|
||||
with:
|
||||
include-repo-labels: false
|
||||
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