Conversation
Co-authored-by: Mossaka <5447827+Mossaka@users.noreply.github.com>
Copilot
AI
changed the title
[WIP] Add agentic workflow for issue duplication detection
Add issue duplication detector agentic workflow
Jan 16, 2026
Collaborator
|
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 <5447827+Mossaka@users.noreply.github.com>
Contributor
Author
Changed to batch processing with a 5-minute scheduled window. The workflow now:
Commit: 4c6d0bf |
Copilot
AI
changed the title
Add issue duplication detector agentic workflow
Add issue duplication detector agentic workflow with batch processing
Jan 16, 2026
Co-authored-by: Mossaka <5447827+Mossaka@users.noreply.github.com>
Contributor
Author
Contributor
|
@copilot merge main and recompile |
…duplication-workflow
Co-authored-by: pelikhan <4175913+pelikhan@users.noreply.github.com>
Contributor
Author
Mossaka
added a commit
to Mossaka/agentics
that referenced
this pull request
Feb 4, 2026
…githubnext#95) * Initial plan * Add issue duplication detector agentic workflow Co-authored-by: Mossaka <5447827+Mossaka@users.noreply.github.com> * Change to batch processing every 5 minutes for cost control Co-authored-by: Mossaka <5447827+Mossaka@users.noreply.github.com> * Allow all bash tools in issue duplication detector Co-authored-by: Mossaka <5447827+Mossaka@users.noreply.github.com> * Recompile workflow after merging main Co-authored-by: pelikhan <4175913+pelikhan@users.noreply.github.com> --------- Co-authored-by: copilot-swe-agent[bot] <198982749+Copilot@users.noreply.github.com> Co-authored-by: Mossaka <5447827+Mossaka@users.noreply.github.com> Co-authored-by: pelikhan <4175913+pelikhan@users.noreply.github.com> Co-authored-by: Jiaxiao Zhou <duibao55328@gmail.com>
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Create Issue Duplication Detection Workflow
.github/workflows/issue-duplication-detector.mdgh aw compile issue-duplication-detectorOriginal 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.