Reduce duplicate issue creation between DeepReport and Code Quality task-mining workflows - #47998
Conversation
Co-authored-by: pelikhan <4175913+pelikhan@users.noreply.github.com>
There was a problem hiding this comment.
Pull request overview
Adds issue-deduplication guardrails to DeepReport and Discussion Task Miner.
Changes:
- Adds title-based deduplication configuration.
- Requires semantic open-issue checks before creating issues.
- Regenerates compiled workflows.
Show a summary per file
| File | Description |
|---|---|
.github/workflows/deep-report.md |
Adds deduplication controls. |
.github/workflows/deep-report.lock.yml |
Regenerates compiled workflow. |
.github/workflows/discussion-task-miner.md |
Adds deduplication controls. |
.github/workflows/discussion-task-miner.lock.yml |
Regenerates compiled workflow. |
Review details
Tip
Add Copilot custom instructions for smarter, more guided reviews. Learn how to get started.
- Files reviewed: 4/4 changed files
- Comments generated: 2
- Review effort level: Medium
| create-issue: | ||
| expires: 2d | ||
| title-prefix: "[deep-report] " | ||
| deduplicate-by-title: 28 |
| create-issue: | ||
| expires: 1d | ||
| group: true | ||
| deduplicate-by-title: 28 |
|
Great work, Summary:
The PR is aligned with the project goals of reducing backlog noise and improving coordination between agentic workflows. All changes are tightly scoped to a single concern (duplicate prevention) and the body clearly explains the rationale and impact. ✅ Ready for review and merge!
|
|
🎉 This pull request is included in a new release. Release: |
DeepReport and Code Quality agents were generating overlapping issues for the same underlying fixes, creating duplicate backlog entries and split ownership. This change adds explicit, lightweight dedup controls so issue-filing workflows converge on canonical open issues instead of re-filing similar work.
Workflow-level dedup guardrails
deduplicate-by-titletosafe-outputs.create-issuein:.github/workflows/deep-report.md.github/workflows/discussion-task-miner.mdPrompt-level topic similarity policy
Compiled workflow outputs updated
.github/workflows/deep-report.lock.yml.github/workflows/discussion-task-miner.lock.yml