Skip to content

Improve Form2.frm with best practicess #1

Improve Form2.frm with best practicess

Improve Form2.frm with best practicess #1

name: Auto-generate PR using Aider
on:
issues:
types: [labeled]
jobs:
generate:
uses: mirrajabi/aider-github-action/.github/workflows/aider-issue-to-pr.yml@main

Check failure on line 8 in .github/workflows/aider-on-issue-labeled.yml

View workflow run for this annotation

GitHub Actions / .github/workflows/aider-on-issue-labeled.yml

Invalid workflow file

error parsing called workflow ".github/workflows/aider-on-issue-labeled.yml" -> "mirrajabi/aider-github-action/.github/workflows/aider-issue-to-pr.yml@main" : failed to fetch workflow: workflow was not found.
# 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: claude-3.5-sonnet
secrets:
anthropic_api_key: ${{ secrets.anthropic_api_key }}