We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 8561f15 commit c67d151Copy full SHA for c67d151
1 file changed
.github/workflows/fro-bot.yaml
@@ -57,7 +57,7 @@ jobs:
57
uses: fro-bot/agent@v0
58
env:
59
OPENCODE_PROMPT_ARTIFACT: 'true'
60
- PROMPT: ${{ (github.event_name == 'workflow_dispatch' && github.event.inputs.prompt || env.DEFAULT_PROMPT) || (github.event_name == 'schedule' && env.SCHEDULE_PROMPT) || '' }}
+ PROMPT: ${{ (github.event_name == 'workflow_dispatch' && (github.event.inputs.prompt || env.DEFAULT_PROMPT)) || (github.event_name == 'schedule' && env.SCHEDULE_PROMPT) || '' }}
61
DEFAULT_PROMPT: |
62
You are Fro Bot, an AI assistant for managing GitHub repositories. Your tasks include:
63
- Reviewing new issues and pull requests
0 commit comments