← Back to all platforms
🔄

GitHub Actions

CI/CD automation actions

0
Total
0
Categories
🔄

Action AI PR Description

Auto-generates descriptive PR descriptions from diff analysis with conventional commit parsing.

✓ BuiltActions
Open App →
🔄

Action API Breaking Change Detector

GitHub Action that compares OpenAPI specs between branches — detects breaking changes in API contracts and posts a detailed PR comment.

✓ BuiltActions
Open App →
🔄

Action API Diff Detector

Compares OpenAPI specs between branches and comments breaking changes on PRs.

✓ BuiltActions
Open App →
🔄

Action API Response Validator

GitHub Action to validate API responses against OpenAPI schemas in CI/CD pipelines

✓ BuiltActions
Open App →
🔄

Action Auto Label

GitHub Action that auto-labels PRs based on file paths, size, and conventional commit messages.

✓ BuiltActions
Open App →
🔄

Action Auto Labeler

Automatically label PRs and issues based on file paths, title patterns, and content — zero configuration needed.

✓ BuiltActions
Open App →
🔄

Action Broken Link Checker

GitHub Action that scans README and documentation files for broken links. Reports dead links as PR comments or check failures.

✓ BuiltActions
Open App →
🔄

Action Bundle Size Check

GitHub Action that compares bundle sizes between PR branch and main, posts diff as PR comment.

✓ BuiltActions
Open App →
🔄

Action Changelog Enforcer

Requires CHANGELOG.md updates on every PR and validates format follows Keep a Changelog standard.

✓ BuiltActions
Open App →
🔄

Action Changelog From Prs

GitHub Action that generates beautiful changelogs from merged PRs grouped by labels.

✓ BuiltActions
Open App →
🔄

Action Changelog Gen

Auto-generate changelogs from conventional commits between releases — categorized by type with contributor credits.

✓ BuiltActions
Open App →
🔄

Action Changelog Generator

GitHub Action that auto-generates changelogs from conventional commits on release.

✓ BuiltActions
Open App →
🔄

Action Code Complexity Report

GitHub Action that generates code complexity reports and flags high-complexity functions

✓ BuiltActions
Open App →
🔄

Action Commit Message Lint

GitHub Action that enforces Conventional Commits format on all PR commits. Ensures consistent commit history for automated changelog generation.

✓ BuiltActions
Open App →
🔄

Action Commit Message Linter

Enforces conventional commit format with helpful error messages and fix suggestions.

✓ BuiltActions
Open App →
🔄

Action Coverage Badge Updater

Auto-updates test coverage badges in README.md after CI test runs complete.

✓ BuiltActions
Open App →
🔄

Action Dependency Age Check

GitHub Action that checks how old your dependencies are and flags outdated packages

✓ BuiltActions
Open App →
🔄

Action Dependency Audit

GitHub Action that runs npm audit and posts results as a formatted PR comment.

✓ BuiltActions
Open App →
🔄

Action Dependency License Check

GitHub Action that scans all dependencies and flags incompatible licenses.

✓ BuiltActions
Open App →
🔄

Action Dependency Review Strict

Blocks PRs that introduce dependencies with known CVEs or incompatible licenses.

✓ BuiltActions
Open App →
🔄

Action Dependency Update

Check for outdated dependencies and create PRs with updates — safety checks with test runs before merging.

✓ BuiltActions
Open App →
🔄

Action Deploy Preview

Post deployment preview URL as a PR comment with screenshot and lighthouse score

✓ BuiltActions
Open App →
🔄

Action Docker Build Push

GitHub Action for building multi-arch Docker images and pushing to any registry.

✓ BuiltActions
Open App →
🔄

Action Docker Image Scan

GitHub Action that scans Docker images for CVE vulnerabilities using Trivy. Blocks deployments with critical/high severity issues.

✓ BuiltActions
Open App →
🔄

Action Docker Layer Cache

GitHub Action that intelligently caches Docker build layers to speed up CI pipelines.

✓ BuiltActions
Open App →
🔄

Action Docker Scan Report

Scans Docker images for vulnerabilities using Trivy and posts formatted results as PR comments.

✓ BuiltActions
Open App →
🔄

Action Docker Vulnerability Scan

GitHub Action that scans Docker images for vulnerabilities using Trivy — fails CI if critical/high CVEs are found and generates a report.

✓ BuiltActions
Open App →
🔄

Action Env Drift Detector

GitHub Action that compares .env.example with actual environment configuration and alerts on missing or extra variables. Prevents deployment drift.

✓ BuiltActions
Open App →
🔄

Action Env Secret Sync

GitHub Action that validates .env.example matches actual GitHub Secrets and warns on drift.

✓ BuiltActions
Open App →
🔄

Action I18n Completeness Check

GitHub Action that verifies all translation keys are present across all locale JSON files.

✓ BuiltActions
Open App →
🔄

Action Lighthouse Audit

GitHub Action that runs Lighthouse audits on PRs and posts performance scores as comments.

✓ BuiltActions
Open App →
🔄

Action Lighthouse Budget

GitHub Action that runs Lighthouse on preview deployments and fails if performance budgets are exceeded.

✓ BuiltActions
Open App →
🔄

Action Migration Safety Check

GitHub Action that analyzes database migration files for risky operations — warns about table locks, data loss, backward incompatibility.

✓ BuiltActions
Open App →
🔄

Action PR Checklist Enforcer

GitHub Action that requires PR authors to complete a checklist before merging

✓ BuiltActions
Open App →
🔄

Action PR Description Check

Enforce PR description quality with checklist validation, template compliance, and size warnings

✓ BuiltActions
Open App →
🔄

Action PR Labeler

Auto-label PRs based on file paths, branch names, and conventional commit messages. Config via YAML.

✓ BuiltActions
Open App →
🔄

Action PR Size Check

Enforce PR size limits — warn or block PRs exceeding configurable line count thresholds to keep reviews manageable.

✓ BuiltActions
Open App →
🔄

Action PR Size Labeler

Automatically label pull requests by lines of code changed .

✓ BuiltActions
Open App →
🔄

Action Preview URL Comment

GitHub Action that posts a formatted comment on PRs with preview deployment URLs — supports Vercel, Netlify, Cloudflare Pages, and custom URLs.

✓ BuiltActions
Open App →
🔄

Action Release Drafter

GitHub Action that auto-drafts release notes from merged PRs. Categorizes changes by label and generates semantic version suggestions.

✓ BuiltActions
Open App →
🔄

Action Release Notes AI

Auto-generates categorized release notes from merged PRs using AI-powered classification.

✓ BuiltActions
Open App →
🔄

Action Screenshot Diff

GitHub Action that captures and compares screenshots of web pages across PR changes

✓ BuiltActions
Open App →
🔄

Action Secrets Scanner

GitHub Action that scans PRs for accidentally committed secrets, API keys, and credentials.

✓ BuiltActions
Open App →
🔄

Action Stale Branch Cleaner

Auto-archive and optionally delete branches merged more than N days ago.

✓ BuiltActions
Open App →
🔄

Action Stale Branch Cleanup

GitHub Action that identifies and optionally deletes stale branches older than N days.

✓ BuiltActions
Open App →
🔄

Action Stale Issue Closer

Auto-close stale issues and PRs after configurable inactivity period. Warning comments before closing.

✓ BuiltActions
Open App →
🔄

Action Test Coverage Gate

GitHub Action that enforces minimum test coverage thresholds and posts coverage diff as PR comment.

✓ BuiltActions
Open App →
🔄

Action Todo To Issue

GitHub Action that scans code for TODO/FIXME/HACK comments and automatically creates GitHub Issues for each one. Links issues back to source lines.

✓ BuiltActions
Open App →
🔄

Action Unused Dependency Check

GitHub Action that detects unused npm dependencies in PRs — runs depcheck, posts findings as a PR comment, and optionally fails CI.

✓ BuiltActions
Open App →
📦

Auto Label PR Action

GitHub Action that automatically labels Pull Requests based on the files modified and the size of the changes.

✓ Builtci
Open App →
🔄

Ci

✓ BuiltActions
Open App →
🔄

Custom Action

A composite GitHub Action that runs linting, testing, and builds for any Node.js project. Reusable across repositories.

✓ BuiltActions
Open App →
🔄

Deployment

✓ BuiltActions
Open App →
🔄

Productivity

✓ BuiltActions
Open App →