-
Notifications
You must be signed in to change notification settings - Fork 0
Closed
Labels
enhancementNew feature or requestNew feature or request
Description
Problem
The action has only been tested with schedule (cron) and workflow_dispatch (manual) triggers. It needs to be tested with the event types that matter most: issues and pull requests.
Test scenarios needed
- Issue opened — open a new issue on demo-api, verify agent responds with a comment
- Issue comment with @mention — comment on an existing issue mentioning the bot, verify it responds
- PR opened — open a PR on demo-api, verify agent reviews and comments
- PR comment — comment on a PR, verify agent responds in context
- Multiple triggers in sequence — verify no race conditions or state conflicts
Test repo
offloadmywork/demo-api — already set up for testing
Dependencies
- Requires Post agent responses as GitHub comments on issues/PRs #1 (response posting) to be implemented first — otherwise there's nothing to verify
- Requires System prompt with repo context (README, conventions, issue history) #4 (system prompt) for meaningful responses
Priority
P1 — Can't ship without testing the core use cases.
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
enhancementNew feature or requestNew feature or request