Conversation
Review Summary by QodoAdd workflow_dispatch event support for manual sweeps
WalkthroughsDescription• Add support for workflow_dispatch event trigger • Enable manual sweep execution alongside scheduled runs Diagramflowchart LR
A["GitHub Event"] --> B{"Event Type Check"}
B -->|schedule or workflow_dispatch| C["Execute sweep()"]
B -->|issue_comment| D["Execute unmark()"]
B -->|issues| E["Execute removeLabels()"]
File Changes1. src/main.ts
|
Code Review by Qodo
1.
|
This comment was marked as outdated.
This comment was marked as outdated.
Ask❓The issue below was found during a code review. Follow the provided context and guidance below and implement a solution Issue descriptionREADME examples and wording still imply sweeps only run via Issue ContextThe action routes Fix Focus Areas
Implementation notes
Answer:The code change correctly routes What to change1) README.md [12–23]: Sample workflow
|
No description provided.