-
Notifications
You must be signed in to change notification settings - Fork 34
Add issue duplication detector agentic workflow with batch processing #95
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
base: main
Are you sure you want to change the base?
Conversation
Co-authored-by: Mossaka <[email protected]>
|
Note that responding to every issue with an agentic workflows creates an unbounded $$$ spent that could be abused. If you can batch the analyzis in sets of 5 minutes windows, you get a guaranteed upper bound on $$$ and also natural batching of requests. |
Co-authored-by: Mossaka <[email protected]>
Changed to batch processing with a 5-minute scheduled window. The workflow now:
Commit: 4c6d0bf |
Mossaka
left a comment
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
@copilot allow all bash tools
Co-authored-by: Mossaka <[email protected]>
Automated workflow to detect duplicate issues with scheduled batch processing for cost control. Agent operates with read-only permissions.
Implementation
.github/workflows/issue-duplication-detector.md+ compiled.lock.ymlschedule: cron: "*/5 * * * *"(every 5 minutes) +workflow_dispatchread-allonlyadd-comment(max: 10) handles write operations in isolated jobBehavior
Cost Control & Security
safe_outputsjob with scopedissues: writepermission, executing after agent completion.Original prompt
✨ Let Copilot coding agent set things up for you — coding agent works faster and does higher quality work when set up for your repo.