Daily GitHub Issue Digest to Discord
List open GitHub issues on a schedule, summarize the priorities with AI, and post the digest to Discord.
The full canvas, before you import it
Click any node to see its config.
Click a node to select it — same as the Heym editor; the panel shows its settings.
5 nodes · Free & source-available
Daily GitHub Issue Digest to Discord
Give a team a short, scheduled view of the issues that need attention. The workflow pulls open issues from GitHub, asks an LLM to identify priorities and blockers, then sends the digest to Discord.
What this workflow does
- WeekdaySchedule starts the workflow every weekday morning
- OpenIssues lists open issues from the configured GitHub repository
- SummarizePriorities writes a focused team digest
- PostIssueDigest sends the result to Discord
- DigestDelivery records the delivery status
Use cases
- Daily engineering stand-ups
- Open bug and blocker visibility
- Cross-team issue review without manually compiling a report
Setup
Select a GitHub credential with repository read access and a Discord Webhook credential for the destination channel. Replace the owner, repository, and schedule. Add an LLM credential to SummarizePriorities.
Notes
Keep the GitHub query scoped to the issues your team actually owns. You can add labels, a project-specific prompt, or a Condition node before Discord to avoid sending empty digests.
How to import this template
- 1Click Import → Copy JSON on this page.
- 2Open your Heym and navigate to a workflow canvas.
- 3PressCmd+V/Ctrl+V— nodes appear instantly.
- 4Add your API keys in the node config panels and click Run.
Discover more automations
- Operations AutomationWait — Debounce HandoffInsert a configurable pause (Wait node) before the final output — useful for debouncing or human-in-the-loop pacing.
- Operations AutomationProperty Inspection Escalation RouterAccept inspection notes, classify maintenance severity with AI, log the result, and alert Slack for urgent property issues.
- Operations AutomationGitHub Issue Intake RouterCreate a consistently titled GitHub issue from an incoming automation request.
- Customer SupportHITL Support Reply AgentDraft a customer-facing support response, pause for human approval, then continue with the reviewed reply.
- Dev & IT OpsCodex PR Fix AgentSend a coding task to Codex, open a draft PR when it succeeds, and notify Slack when Codex needs follow-up input.
- Dev & IT OpsAgent-Guided Codex PR DispatcherLet an Agent inspect a GitHub request, prepare a confirmed Codex task, open a ready PR, and notify Slack when Codex needs input.
- Marketing & SEOReddit Subreddit GET Tool CallLet an Agent call a no-key HTTP GET tool that fetches hot posts from a subreddit JSON feed.
- AI AgentsBatch LLM Status TrackerSend an array through the OpenAI Batch API, branch on live status updates, and collect the final per-item results.
- Customer SupportIMAP Support Inbox TriageWatch a shared mailbox, summarize incoming support email, and route urgent messages to Slack.
- Document OpsFile Upload Intake MetadataMint a single-use upload link, receive a multipart file, and return clean metadata plus the Drive download URL.
- Document OpsWebsite LoaderFetch clean, LLM-ready website text from any URL using the Jina Reader API.
- App IntegrationsBrave Search APISearch the web with Brave Search API and return the raw result body for downstream agents or sub-workflows.