mirror of
https://github.com/Unleash/unleash.git
synced 2025-07-31 13:47:02 +02:00
chore: AI flag cleanup action test (#10242)
Adds a test AI flag cleanup action.
This commit is contained in:
parent
d7c465fd20
commit
0ee1c90fa2
17
.github/workflows/ai-flag-cleanup.yml
vendored
Normal file
17
.github/workflows/ai-flag-cleanup.yml
vendored
Normal file
@ -0,0 +1,17 @@
|
||||
name: AI flag cleanup
|
||||
on:
|
||||
issues:
|
||||
types: [labeled]
|
||||
|
||||
jobs:
|
||||
flag-cleanup:
|
||||
uses: mirrajabi/aider-github-workflows/.github/workflows/aider-issue-to-pr.yml@v1.0.0
|
||||
if: github.event.label.name == 'unleash-flag-completed'
|
||||
with:
|
||||
issue-number: ${{ github.event.issue.number }}
|
||||
base-branch: ${{ github.event.repository.default_branch }}
|
||||
chat-timeout: 10
|
||||
api_key_env_name: GEMINI_API_KEY
|
||||
model: gemini
|
||||
secrets:
|
||||
api_key_env_value: ${{ secrets.GEMINI_API_KEY }}
|
Loading…
Reference in New Issue
Block a user