Skip to content
Per-pair page

Discord + GitHub: developer activity in your community channels.

Post GitHub events (PRs, releases, deployments, issues) into Discord channels with rich embeds. Built for dev-tool communities, open-source projects, and async-first engineering teams.

Trigger app
Discord as the trigger

Workflows fire when something happens in Discord.

Action app
GitHub as the action

Workflows do something in GitHub, instantly.

See all 23 actions →
Both directions

Pick the way that fits your stack.

Pair pages are mirrored. Each direction gets its own dedicated page.

DiscordGitHub

When something happens in Discord, do it in GitHub.

3 Discord triggers wired to 23 GitHub actions. Most-used pairing: Member JoinedAdd Labels.

GitHubDiscord

Or fire it the other way around.

1 GitHub triggers wired to 8 Discord actions downstream.

See GitHubDiscord
Popular pairings

Common Discord → GitHub workflows.

Pick a pairing to set it up in two minutes. Each one is a fully editable recipe.

Showing 9 of 69 combinations
When member joined in Discord, add labels in GitHub.

Fires when a new member joins a Discord server. Used for welcome bots, auto-role assignment, or onboarding sequences.

When member joined in Discord, create comment in GitHub.

Fires when a new member joins a Discord server. Used for welcome bots, auto-role assignment, or onboarding sequences.

When member joined in Discord, create issue in GitHub.

Fires when a new member joins a Discord server. Used for welcome bots, auto-role assignment, or onboarding sequences.

When member joined in Discord, create pull request in GitHub.

Fires when a new member joins a Discord server. Used for welcome bots, auto-role assignment, or onboarding sequences.

When new message in Discord, add labels in GitHub.

Fires when a new message is sent in a Discord channel. The standard inbound hook for bots, moderation, and message-driven workflows. Requires the message-content intent for non-mention messages.

When new message in Discord, create comment in GitHub.

Fires when a new message is sent in a Discord channel. The standard inbound hook for bots, moderation, and message-driven workflows. Requires the message-content intent for non-mention messages.

When new message in Discord, create issue in GitHub.

Fires when a new message is sent in a Discord channel. The standard inbound hook for bots, moderation, and message-driven workflows. Requires the message-content intent for non-mention messages.

When new message in Discord, create pull request in GitHub.

Fires when a new message is sent in a Discord channel. The standard inbound hook for bots, moderation, and message-driven workflows. Requires the message-content intent for non-mention messages.

When reaction added in Discord, add labels in GitHub.

Fires when a reaction is added to a Discord message. Powers reaction-roles, voting, or "thumbs up to claim" automations.

How it works

Connect Discord and GitHub in five steps.

No code, no glue, no half-day setup. Each step is one click.

  1. 1
    Connect
    Authorize Discord and GitHub

    Open Tiny Command, authorize Discord and GitHub once each. Both connections are available to every workflow on your account.

  2. 2
    Trigger
    Pick a Discord trigger

    Drop the Discord → Member Joined trigger onto the canvas. Tiny Command auto-registers the webhook.

    POST /v1/webhooks/discord.trigger-member-joined
  3. 3
    Transform
    Add a filter or AI step

    Optionally add a Filter node ("subject contains URGENT") or an AI step ("classify intent") between trigger and action.

  4. 4
    Action
    Add the GitHub action

    Drop the GitHub → Add Labels action below it. Map fields from the Discord payload into the GitHub inputs.

    github.add-labels-to-issue
  5. 5
    Publish
    Publish and forget

    Hit Publish. Tiny Command runs it in production from second one. Watch the run-log fill up.

FAQ

Questions about Discord + GitHub.

How do I post GitHub PR events into Discord?
GitHub PR Opened / Reviewed / Merged trigger → Discord Send Message with an embed showing title, author, status, and the PR URL. Pick the channel by repo or PR labels.
Can I announce GitHub releases in Discord?
Yes. GitHub Release Published → Discord Send Message in a #releases channel with the release name, body, and download link. Optionally @-mention a community-update role.
How do I create GitHub issues from Discord messages?
Discord Reaction Added (e.g., :bug:) → GitHub Create Issue with title from message text, body including author and original message URL. Reactions become the capture verb for triage-from-community.
Can I show GitHub commit notifications in Discord?
Yes — GitHub Push trigger → Discord Send Message with a compact embed (author, commit count, branch). For high-traffic repos, aggregate into a daily digest instead of per-push notifications.
How do I route different GitHub repos to different Discord channels?
Switch on the repo name in the trigger payload. Frontend repo → #frontend channel. Backend → #backend. Docs → #docs. One workflow, many destinations based on repo.
Can Discord reactions approve GitHub PRs?
Possible but risky — Discord reactions don't carry strong authentication. Better: link to the PR from Discord and have the reviewer click through. Reserve reactions for lightweight signals (acks, votes), not merge gating.
Related

Other apps that pair well with Discord.


Wire Discord to GitHub in 2 minutes.

Free tier available. No credit card. No onboarding call.