Skip to content
Per-pair page

GitHub + Trello: cards for PMs, code for engineers.

Mirror GitHub PRs and issues into Trello cards for PMs and stakeholders. Move cards based on PR state; reverse-sync new Trello cards as GitHub issues.

Trigger app
Trello as the trigger

Workflows fire when something happens in Trello.

See all 7 triggers →
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.

TrelloGitHub

When something happens in Trello, do it in GitHub.

7 Trello triggers wired to 23 GitHub actions. Most-used pairing: Attachment AddedAdd Labels.

GitHubTrello

Or fire it the other way around.

1 GitHub triggers wired to 21 Trello actions downstream.

See GitHubTrello
Popular pairings

Common Trello → GitHub workflows.

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

Showing 9 of 161 combinations
When attachment added in Trello, add labels in GitHub.

Fires when an attachment is added to a Trello card. Use to copy the file to S3/Drive for backup, virus-scan, or to extract text for downstream processing.

When attachment added in Trello, create comment in GitHub.

Fires when an attachment is added to a Trello card. Use to copy the file to S3/Drive for backup, virus-scan, or to extract text for downstream processing.

When attachment added in Trello, create issue in GitHub.

Fires when an attachment is added to a Trello card. Use to copy the file to S3/Drive for backup, virus-scan, or to extract text for downstream processing.

When attachment added in Trello, create pull request in GitHub.

Fires when an attachment is added to a Trello card. Use to copy the file to S3/Drive for backup, virus-scan, or to extract text for downstream processing.

When new card in Trello, add labels in GitHub.

Fires when a new card is created on a Trello board. The standard inbound hook for AI triage, auto-assignment, or external mirroring.

When new card in Trello, create comment in GitHub.

Fires when a new card is created on a Trello board. The standard inbound hook for AI triage, auto-assignment, or external mirroring.

When new card in Trello, create issue in GitHub.

Fires when a new card is created on a Trello board. The standard inbound hook for AI triage, auto-assignment, or external mirroring.

When new card in Trello, create pull request in GitHub.

Fires when a new card is created on a Trello board. The standard inbound hook for AI triage, auto-assignment, or external mirroring.

When card moved in Trello, add labels in GitHub.

Fires when a card is moved between lists on a Trello board (the classic Kanban-stage-change event). Use to celebrate completion, log cycle-time, or kick off downstream work.

How it works

Connect Trello and GitHub in five steps.

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

  1. 1
    Connect
    Authorize Trello and GitHub

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

  2. 2
    Trigger
    Pick a Trello trigger

    Drop the Trello → Attachment Added trigger onto the canvas. Tiny Command auto-registers the webhook.

    POST /v1/webhooks/trello.trigger-attachment-added
  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 Trello 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 Trello + GitHub.

How do I create a Trello card from a GitHub PR?
GitHub PR Opened → Trello Create Card in a "In Review" list with title from PR, description with PR URL. Move the card to "Done" on PR Merged via the saved card ID.
Can I sync GitHub issue labels to Trello labels?
Yes. Maintain a (github_label → trello_label_id) lookup. On GitHub Issue Updated, Add Label to Card for matching labels. Useful for visual priority on the Trello board.
How do I auto-move Trello cards on GitHub PR state changes?
GitHub PR state change (opened, ready_for_review, merged) → Trello Move Card to the matching list. Maintain (github_state → trello_list_id) lookup. PMs see eng state without GitHub access.
Can I create GitHub issues from Trello cards in reverse?
Yes. Trello Card Created in a "Bug Reports" list → GitHub Create Issue. Pass card description and labels. Useful when PMs file bugs in Trello but engineering tracks them in GitHub.
How do I avoid duplicate Trello cards from GitHub re-opens?
Store the Trello card ID on the GitHub issue (via labels or custom field). Before Create Card, check for existing. If found, Update Card; otherwise create new.
Can I include GitHub issue assignees on Trello cards?
Yes. Map (github_username → trello_member_id). After Create Card, Add Member to Card with the matched Trello member. PMs see who's working on what.
Related

Other apps that pair well with Trello.


Wire Trello to GitHub in 2 minutes.

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