Skip to content
Per-pair page

GitHub + Google Sheets: engineering metrics in a single sheet.

Log GitHub PRs, issues, releases, and workflow runs into Google Sheets for engineering DORA metrics, sprint reports, or velocity tracking outside GitHub.

Trigger app
GitHub as the trigger

Workflows fire when something happens in GitHub.

Action app
Google Sheets as the action

Workflows do something in Google Sheets, instantly.

See all 9 actions →
Both directions

Pick the way that fits your stack.

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

GitHubGoogle Sheets

When something happens in GitHub, do it in Google Sheets.

1 GitHub triggers wired to 9 Google Sheets actions. Most-used pairing: New GitHub EventAdd Sheet Tab.

Google SheetsGitHub

Or fire it the other way around.

2 Google Sheets triggers wired to 23 GitHub actions downstream.

See Google SheetsGitHub
Popular pairings

Common GitHub → Google Sheets workflows.

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

Showing 4 of 9 combinations
How it works

Connect GitHub and Google Sheets in five steps.

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

  1. 1
    Connect
    Authorize GitHub and Google Sheets

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

  2. 2
    Trigger
    Pick a GitHub trigger

    Drop the GitHub → New GitHub Event trigger onto the canvas. Tiny Command auto-registers the webhook.

    POST /v1/webhooks/github.trigger-event
  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 Google Sheets action

    Drop the Google Sheets → Add Sheet Tab action below it. Map fields from the GitHub payload into the Google Sheets inputs.

    google-sheets.add-sheet
  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 GitHub + Google Sheets.

How do I track DORA metrics from GitHub in Google Sheets?
Log every PR merge (deployment frequency), workflow failure (change failure rate), and time-to-merge (lead time) into Sheets. Pivot weekly to compute DORA metrics without paying for a dedicated DORA tool.
Can I export every GitHub PR to a Sheet for reporting?
Yes. GitHub PR Closed → Sheets Append Row with author, title, lines changed, merged_at, time_to_merge. Use the Sheet for trend reports without writing custom analytics.
How do I avoid duplicate Sheet rows on PR updates?
Use the PR number as the unique column. Before append, search by PR number; if present, Update Values; else Append. Standard upsert.
Can I log GitHub Actions workflow runs?
Yes. GitHub Workflow Run Completed → Sheets Append Row with workflow name, status, duration, branch. Useful for CI cost analysis and flaky-test identification.
How do I generate sprint reports from GitHub Sheet data?
Use SUMIFS / QUERY on the raw PR sheet, scoped to the sprint date range. Or run a scheduled workflow that aggregates and writes a one-row sprint summary to a "Sprint Reports" tab.
Can the Sheet drive GitHub issue creation in reverse?
Yes. Sheets New Row trigger → GitHub Create Issue. Useful when product managers or QA teams maintain backlogs in a Sheet but engineering tracks the work in GitHub.
Related

Other apps that pair well with GitHub.


Wire GitHub to Google Sheets in 2 minutes.

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