1
0
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:
Nuno Góis 2025-06-30 13:54:37 +01:00 committed by GitHub
parent d7c465fd20
commit 0ee1c90fa2
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

17
.github/workflows/ai-flag-cleanup.yml vendored Normal file
View 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 }}