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
Priority
P1 — Can't ship without testing the core use cases.
Problem
The action has only been tested with
schedule(cron) andworkflow_dispatch(manual) triggers. It needs to be tested with the event types that matter most: issues and pull requests.Test scenarios needed
Test repo
offloadmywork/demo-api — already set up for testing
Dependencies
Priority
P1 — Can't ship without testing the core use cases.