Update .github/workflows/ticket-refinement.yaml
This commit is contained in:
3
.github/workflows/ticket-refinement.yaml
vendored
3
.github/workflows/ticket-refinement.yaml
vendored
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user