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:
|
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
|
||||||
|
|||||||
Reference in New Issue
Block a user