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
Google Sheets as the trigger

Workflows fire when something happens in Google Sheets.

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.

Google SheetsGitHub

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

2 Google Sheets triggers wired to 23 GitHub actions. Most-used pairing: New RowAdd Labels.

GitHubGoogle Sheets

Or fire it the other way around.

1 GitHub triggers wired to 9 Google Sheets actions downstream.

See GitHubGoogle Sheets
Popular pairings

Common Google Sheets → GitHub workflows.

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

Showing 8 of 46 combinations
When new row in Google Sheets, add labels in GitHub.

Fires when a new row is added to a Google Sheet (typically the first sheet tab). Common use: ingest form-fed rows into a CRM or notify on a new entry.

When new row in Google Sheets, create comment in GitHub.

Fires when a new row is added to a Google Sheet (typically the first sheet tab). Common use: ingest form-fed rows into a CRM or notify on a new entry.

When new row in Google Sheets, create issue in GitHub.

Fires when a new row is added to a Google Sheet (typically the first sheet tab). Common use: ingest form-fed rows into a CRM or notify on a new entry.

When new row in Google Sheets, create pull request in GitHub.

Fires when a new row is added to a Google Sheet (typically the first sheet tab). Common use: ingest form-fed rows into a CRM or notify on a new entry.

When row updated in Google Sheets, add labels in GitHub.

Fires when a row is updated in a Google Sheet. Useful for sync flows where the Sheet is a source-of-truth that drives downstream changes.

When row updated in Google Sheets, create comment in GitHub.

Fires when a row is updated in a Google Sheet. Useful for sync flows where the Sheet is a source-of-truth that drives downstream changes.

When row updated in Google Sheets, create issue in GitHub.

Fires when a row is updated in a Google Sheet. Useful for sync flows where the Sheet is a source-of-truth that drives downstream changes.

When row updated in Google Sheets, create pull request in GitHub.

Fires when a row is updated in a Google Sheet. Useful for sync flows where the Sheet is a source-of-truth that drives downstream changes.

How it works

Connect Google Sheets and GitHub in five steps.

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

  1. 1
    Connect
    Authorize Google Sheets and GitHub

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

  2. 2
    Trigger
    Pick a Google Sheets trigger

    Drop the Google Sheets → New Row trigger onto the canvas. Tiny Command auto-registers the webhook.

    POST /v1/webhooks/google-sheets.trigger-row-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 Google Sheets 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 Google Sheets + GitHub.

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 Google Sheets.


Wire Google Sheets to GitHub in 2 minutes.

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