Update .github/workflows/ticket-refinement.yaml

This commit is contained in:
2026-01-14 16:03:38 -05:00
parent af3029c05a
commit 5ae8b87c66

View File

@@ -3,6 +3,7 @@ name: Ticket refinement
on:
issues:
types: [labeled]
jobs:
format:
runs-on: ubuntu-latest
@@ -13,7 +14,7 @@ jobs:
git clone "$(echo ${{github.server_url}}/${{github.repository}}.git | sed s%://%://${{github.token}}@% )" .
git checkout ${{ github.event.repository.default_branch }}
- name: Run AI Formatter
- name: Refine ticket
run: npx -y -p @ztimson/ai-agents@latest refine
env:
AI_HOST: anthropic