Skip to content

Technical Requirement Function Improvement EsArbol #9

Technical Requirement Function Improvement EsArbol

Technical Requirement Function Improvement EsArbol #9

name: Auto-generate PR using Aider
on:
issues:
types: [labeled]
jobs:
generate:
uses: mirrajabi/aider-github-workflows/.github/workflows/aider-issue-to-pr.yml@main
# Check if the label is 'aider'
if: github.event.label.name == 'aider'
with:
issue-number: ${{ github.event.issue.number }}
base-branch: ${{ github.event.repository.default_branch }}
model: anthropic/claude-3-sonnet-20240229
secrets:
anthropic_api_key: ${{ secrets.anthropic_api_key }}