Enhance Gitea workflow for Claude Assistant: add trigger phrase and custom instructions for Gitea environment to improve functionality and user guidance

This commit is contained in:
Javier Hinojosa
2025-11-09 16:53:36 -05:00
parent 1ac2447d0f
commit 975c013075

View File

@@ -46,6 +46,13 @@ jobs:
# bun.sh # bun.sh
# registry.npmjs.org # registry.npmjs.org
# .blob.core.windows.net # .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: env:
# Set this to your public Gitea URL to override the internal container URL # 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 # This ensures that links in comments point to the correct public URL