Files
agents/.gitea/workflows/ai-agent.yml

13 lines
372 B
YAML

name: ai-agent
# Thin caller so the agents work on THIS repo too (their own workflow). Same shared logic.
# New issues opened by ffaerber auto-start @pm; @mention an agent in a comment to route on replies.
on:
issue_comment:
types: [created]
issues:
types: [opened]
jobs:
agent:
uses: ffaerber/agents/.gitea/workflows/agent.yml@main
secrets: inherit