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