From ccd9cd9c9413e2217e8ba85163c161ac0121d0f6 Mon Sep 17 00:00:00 2001 From: Angel Beltran Date: Fri, 21 Aug 2026 02:55:52 -0600 Subject: [PATCH] gitea-claude workflow fix: allow assignee of @claude to trigger action --- .gitea/workflows/gitea-claude.yaml | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/.gitea/workflows/gitea-claude.yaml b/.gitea/workflows/gitea-claude.yaml index ca15f2c..c3122ea 100644 --- a/.gitea/workflows/gitea-claude.yaml +++ b/.gitea/workflows/gitea-claude.yaml @@ -38,8 +38,7 @@ jobs: claude_code_oauth_token: ${{ secrets.CLAUDE_CODE_OAUTH_TOKEN }} timeout_minutes: "60" trigger_phrase: "@claude" - # might be nice to have this one day - # assignee_trigger: "@claude" + assignee_trigger: "@claude" # Needed due to bug: https://github.com/anthropics/claude-code-action/issues/1416 model: "claude-sonnet-5" # Optional: Customize for Gitea environment