Skip to content

ci: include discussions in weekly digest#7

Merged
lwnmengjing merged 1 commit into
mainfrom
codex/github-ai-handoff-20260605
Jun 8, 2026
Merged

ci: include discussions in weekly digest#7
lwnmengjing merged 1 commit into
mainfrom
codex/github-ai-handoff-20260605

Conversation

@lwnmengjing

Copy link
Copy Markdown
Member

Summary\n- include recent GitHub Discussions in the reusable weekly digest metrics\n- add a community conversion checklist for FAQ, issues, good-first-issue candidates, and docs memory\n\n## Verification\n- parsed workflow YAML locally with Ruby\n- verified the GraphQL discussions query with gh api against mss-boot-admin\n\nThis supports the GitHub-first community operations workflow and keeps community signals visible in CI-generated digest issues.

Copilot AI review requested due to automatic review settings June 8, 2026 14:59
@lwnmengjing lwnmengjing merged commit 01ac4e1 into main Jun 8, 2026
4 checks passed
@lwnmengjing lwnmengjing deleted the codex/github-ai-handoff-20260605 branch June 8, 2026 15:00

Copilot AI left a comment

Copy link
Copy Markdown

Choose a reason for hiding this comment

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

Pull request overview

This PR extends the reusable weekly digest workflow to surface GitHub Discussions activity alongside existing issue/PR/workflow-run metrics, and adds a community conversion checklist to prompt maintainers to turn recurring community signals into actionable follow-ups.

Changes:

  • Fetches recent GitHub Discussions via gh api graphql and includes a “New or updated discussions” metric in the digest issue body.
  • Adds a “Community conversion checklist” section to the digest issue body.

Comment on lines +76 to +78
} catch {
discussionItems = [];
}
'-f',
`query=query($owner: String!, $name: String!) {
repository(owner: $owner, name: $name) {
discussions(first: 25, orderBy: { field: UPDATED_AT, direction: DESC }) {
Comment on lines +59 to +65
nodes {
number
title
updatedAt
comments { totalCount }
category { name }
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants