✓ Free Action GitHub Marketplace 90+ SaaS tools Zero config

Detect SaaS Price Hikes in Your GitHub Workflow

A free, open-source GitHub Action that checks 90+ SaaS tools (Slack, Figma, GitHub Copilot, Notion, Datadog…) for price increases and posts the results to your workflow summary, GitHub Issues, or Slack.

Quick start — .github/workflows/saas-price-monitor.yml
name: SaaS Price Monitor

on:
  schedule:
    - cron: '0 9 * * 1'  # Every Monday 9am UTC
  workflow_dispatch:    # Also allow manual trigger

jobs:
  check-prices:
    runs-on: ubuntu-latest
    permissions:
      issues: write
    steps:
      - uses: actions/checkout@v4
      - name: Check SaaS prices
        uses: getpricepulse/saas-price-monitor@v1
        with:
          tools: 'slack,figma,github-copilot,notion,datadog'
          create_issue: 'true'       # Creates a GitHub Issue on change

What It Does

📊
Step summary
Every run posts a clean price table to the workflow summary. See exactly what changed and by how much.
🐛
GitHub Issues
Set create_issue: 'true' and the action creates a labeled Issue with the full price diff — automatically triaged for your team.
💬
Slack alerts
Chain with the Slack GitHub Action to post a DM the moment a price change is detected — before your renewal hits.
🔧
Composable outputs
Use changes_detected, summary, and changed_tools outputs to chain custom steps or notifications.

Inputs

InputRequiredDefaultDescription
toolsNo(all)Comma-separated tool names. Leave empty to check all 90+ tools.
create_issueNofalseSet true to create a GitHub Issue when changes are detected.
issue_labelNosaas-pricingLabel for created issues (must exist in your repo).
min_increase_pctNo0Minimum % increase to report. E.g. 10 = only hikes ≥ 10%.

Outputs

OutputDescription
changes_detectedtrue if any price hikes found for the monitored tools.
summaryHuman-readable count (e.g. "3 tool(s) with price increases").
changed_toolsJSON array of tool names with price changes.

Tracked SaaS Tools

90+ tools across all categories. Filter to just the ones your team uses.

slackfigmagithub-copilotnotionzoom linearasanaclickupmondayairtable hubspotsalesforcedatadogsentrypagerduty stripeshopifyahrefssemrushtypeform mailchimpintercomzendeskfreshdeskmiro loomcalendlyretoolgitlabvercel + 60 more

Want Real-Time Slack Alerts?

This action checks on a schedule. PricePulse sends instant Slack DMs and emails the moment any price changes — no cron needed.

⚡ Get Lifetime Access — $9 →

One-time payment · 90+ tools · Slack + email alerts · Ends June 30, 2026

License

MIT — free to use, modify, and distribute. Powered by PricePulse.