Draft
Conversation
Adds the Discussion Task Miner workflow adapted from gh-aw. The workflow scans recent GitHub Discussions daily for actionable improvement tasks and converts top findings into trackable GitHub issues. Co-authored-by: Copilot <223556219+Copilot@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.
Adds the Discussion Task Miner workflow, adapted from gh-aw's discussion-task-miner.
Source
Original workflow:
github/gh-aw/.github/workflows/discussion-task-miner.mdMerge Rate
57% merge rate — 60 merged PRs out of 105 proposed through the discussion → issue → PR causal chain, as documented in the [Agentic Workflow Campaigns blog post]((github.github.io/redacted)
Example chain: Discussion #13934 → Issue #14084 → PR #14129.
Why It's Valuable
Many repositories generate useful insights in Discussions (from analysis workflows, code reviews, or team conversations), but these insights get lost rather than becoming tracked work items. This workflow bridges that gap: it automatically surfaces concrete, actionable tasks buried in discussions and creates focused GitHub issues so nothing falls through the cracks.
Generalization Plan
The original workflow was adapted by:
shared/jqschema.mdimport (gh-aw internal tooling, not needed)audits,reports,daily-news)shared/reporting.md(available in agentics)automated-analysis) instead of gh-aw-specific onesChanges
workflows/discussion-task-miner.md— New workflow filedocs/discussion-task-miner.md— New docs page (following existing docs style)README.md— New entry added to "Research, Status & Planning Workflows" section