Draft
Conversation
Co-authored-by: Mossaka <5447827+Mossaka@users.noreply.github.com>
Co-authored-by: Mossaka <5447827+Mossaka@users.noreply.github.com>
Copilot
AI
changed the title
[WIP] Add issue duplicator documentation to README
Document issue-duplication-detector workflow
Feb 4, 2026
Mossaka
reviewed
Feb 4, 2026
| description: Detect duplicate issues and suggest next steps (batched every 5 minutes) | ||
| on: | ||
| schedule: | ||
| - cron: "*/5 * * * *" # Every 5 minutes |
Contributor
Author
There was a problem hiding this comment.
Changed to every 6 hours in commit f2c04d0. Updated the cron schedule to 0 */6 * * * and adjusted the time window for checking issues from last 10 minutes to last 6 hours throughout both the workflow and documentation files.
Co-authored-by: Mossaka <5447827+Mossaka@users.noreply.github.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.
The
issue-duplication-detectorworkflow was added to.github/workflows/but lacked user-facing documentation. This workflow runs every 6 hours to batch-process recent issues, using semantic analysis to detect duplicates and comment with suggested next steps.Changes
.github/workflows/implementationgh aw add githubnext/agentics/issue-duplication-detectorHow It Works
Uses
safe-outputswithpermissions: read-allfor secure commenting.> Custom agent used: agentic-workflows
> GitHub Agentic Workflows (gh-aw) - Create, debug, and upgrade AI-powered workflows with intelligent prompt routing
Original prompt
💬 We'd love your input! Share your thoughts on Copilot coding agent in our 2 minute survey.