From 3ad5c282430637e8021e317d03217a22ce820fcd Mon Sep 17 00:00:00 2001 From: junior Date: Fri, 3 Jul 2026 20:26:03 +0000 Subject: [PATCH] =?UTF-8?q?@junior:=20issue=20#23=20=E2=80=94=20trigger=20?= =?UTF-8?q?@pm=20on=20new=20issues=20in=20this=20repo?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .gitea/workflows/ai-agent.yml | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/.gitea/workflows/ai-agent.yml b/.gitea/workflows/ai-agent.yml index 34cb039..252f921 100644 --- a/.gitea/workflows/ai-agent.yml +++ b/.gitea/workflows/ai-agent.yml @@ -1,9 +1,11 @@ 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. +# 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