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

11 lines
331 B
YAML

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