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:
@@ -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
|
||||||
|
|||||||
Reference in New Issue
Block a user