Co-Authored-By: Claude Opus 4.8 (1M context) <noreply@anthropic.com>
11 lines
331 B
YAML
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
|