Skip to content

Add Discussion Task Miner workflow#224

Merged
pelikhan merged 2 commits intomainfrom
daily-repo-goals/discussion-task-miner-20260301-fd8c3ec1aec706c4
Mar 3, 2026
Merged

Add Discussion Task Miner workflow#224
pelikhan merged 2 commits intomainfrom
daily-repo-goals/discussion-task-miner-20260301-fd8c3ec1aec706c4

Conversation

@github-actions
Copy link
Contributor

@github-actions github-actions bot commented Mar 1, 2026

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.md

Merge 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 #13934Issue #14084PR #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:

  • Removing the shared/jqschema.md import (gh-aw internal tooling, not needed)
  • Generalizing from "AI-generated discussions only" to all recent discussions with actionable content
  • Removing gh-aw-specific category filters (audits, reports, daily-news)
  • Keeping shared/reporting.md (available in agentics)
  • Changing the schedule from every-4h to daily
  • Using generic labels (automated-analysis) instead of gh-aw-specific ones

Changes

  • workflows/discussion-task-miner.md — New workflow file
  • docs/discussion-task-miner.md — New docs page (following existing docs style)
  • README.md — New entry added to "Research, Status & Planning Workflows" section

Generated by Daily Repo Goal Achiever

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>
run-failure: "⚠️ Task mining interrupted! [{workflow_name}]({run_url}) {status}. Please review the logs..."

tools:
repo-memory:
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

@copilot use cache-memory

Comment on lines +53 to +54
features:
copilot-requests: true
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

@copilot remove this feature


## Workflow Steps

### Step 1: Load Memory
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

@copilot update memory layout for cache-memory

Copy link
Contributor

Copilot AI commented Mar 3, 2026

@pelikhan I've opened a new pull request, #227, to work on those changes. Once the pull request is ready, I'll request review from you.

@pelikhan pelikhan marked this pull request as ready for review March 3, 2026 05:15
@pelikhan pelikhan merged commit 45c34b8 into main Mar 3, 2026
1 check passed
@pelikhan pelikhan deleted the daily-repo-goals/discussion-task-miner-20260301-fd8c3ec1aec706c4 branch March 3, 2026 05:15
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants