Browse Cloud Flows
20 production-ready Power Automate Cloud flows · 0 free. Import the solution and adapt it to your tenant.
20 flows
Scheduled Auto-Merge Window
Every Monday at 9am lists open PRs carrying the 'ready-to-merge' label, verifies checks are green, and merges each in priority order — creating a predictable weekly release-train cadence.
Auto-Route Issue by Label
On issue open/labeled, reads the issue's labels and routes notifications: 'bug' → dev Teams channel, 'security' → security channel, 'docs' → docs channel, unlabeled → triage.
Offboarding Collaborator Cross-Check
Daily flow compares List Repository Collaborators output against the Azure AD Active Employees group; anyone no longer active triggers a ServiceNow-style ticket via HTTP for manual removal review.
Docs Change Watcher
Every 15 minutes lists files under /docs in a repo, compares SHAs against a cached snapshot; if any doc changed, posts the file name and author in a Teams 'docs-changes' channel.
Release Branch Auto-Cutter
On Approvals response 'Cut release for sprint X', creates a new release/x.y branch ref from the latest main SHA via Create A Reference and posts the new branch link in a Teams release channel.
Stale PR Reminder
Weekly schedule lists all open PRs older than 7 days, emails each author a personalized Outlook reminder, and CCs the requested reviewer to unblock merges.
Cross-Repo Duplicate Finder
For each new issue, runs a GitHub search across the whole org for similar open issues and posts a comment listing possible cross-repo duplicates so fixes land once instead of in multiple repos.
Branch SHA Drift Checker
Daily schedule reads expected head SHAs per long-lived release branch from a config SharePoint list, calls Get A Reference to fetch actual SHAs, and emails the release manager any drift for investigation.
GitHub App Install - Auto-Add New Repo
When a new Repo record is created in Dataverse, the flow calls Add Selected Repository To An Installation so CI/CD bots and Copilot tooling get immediate access without a manual sync step.
Release Change Digest to Teams
Manual trigger accepts two commit SHAs, runs Compare Two Commits, and posts a formatted Teams adaptive card summarizing file diffs, commit counts, and authors — perfect release-notes pre-reading.
File Alert Demo
Demo flow that monitors a SharePoint document library for new or modified files matching a filter and posts an adaptive card alert to a Teams channel with file metadata and a direct link.
Duplicate Issue Detector
On new issue creation, uses Find Issues By State And Keyword to surface similar open issues, posts a comment listing possible duplicates, and notifies the triager in Teams.
Out-of-Office Reviewer Removal
Each morning reads Outlook automatic replies for all reviewers; if a reviewer is OOO, calls Remove Requested Reviewer on their pending PRs and reassigns their backup based on a SharePoint mapping.
PR Detail Sync to Planner
When a Planner task description contains a GitHub PR URL, fetches PR details (state, reviewers, check status) on a schedule and appends them to the task description so PMs track PR progress inside Planner.
Excel KPI to README Badges File
Weekly schedule reads KPIs from Excel Online and regenerates a metrics.md file via Create Or Update A Repository File so README badges always reflect current numbers.
Document Sync Demo
Demo flow that watches a source SharePoint document library and replicates new and modified files to a destination location (OneDrive folder or another SharePoint library), preserving metadata and handling conflict cases.
Auto-Reply Demo
Demo flow showing how to set up a configurable Outlook auto-reply that triggers on inbound mail matching defined criteria (sender domain, subject keywords, time-of-day window) and sends a templated response.
Competitive Intelligence RSS Summarizer
Pulls RSS feeds for tracked competitors on a schedule, generates a concise digest of the most notable updates via Azure OpenAI, persists signals to Dataverse, and emails the strategy team on high-impact items.
Email Thread Summarizer & Reply Drafter
On a flagged Outlook email, walks the entire thread, generates a concise summary plus a draft reply, and posts to a Teams channel for team visibility.
Support Ticket Auto-Categorizer
Triggers on a new support ticket from Microsoft Forms, classifies the request via AI Builder, persists to Dataverse, and routes to the correct Teams support channel by category. Reduces manual triage time.