From 975c013075fa4eead4129ccf7a2c974c3835d1ba Mon Sep 17 00:00:00 2001 From: Javier Hinojosa <48923796+javierhinojosa@users.noreply.github.com> Date: Sun, 9 Nov 2025 16:53:36 -0500 Subject: [PATCH] Enhance Gitea workflow for Claude Assistant: add trigger phrase and custom instructions for Gitea environment to improve functionality and user guidance --- .gitea/workflows/claude.yml | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/.gitea/workflows/claude.yml b/.gitea/workflows/claude.yml index bc0ec7d..dffe864 100644 --- a/.gitea/workflows/claude.yml +++ b/.gitea/workflows/claude.yml @@ -46,6 +46,13 @@ jobs: # bun.sh # registry.npmjs.org # .blob.core.windows.net + trigger_phrase: "@claude" + # Optional: Customize for Gitea environment + custom_instructions: | + You are working in a Gitea environment. Be aware that: + - Some GitHub Actions features may behave differently + - Focus on core functionality and avoid advanced GitHub-specific features + - Use standard git operations when possible env: # Set this to your public Gitea URL to override the internal container URL # This ensures that links in comments point to the correct public URL