Open-Awesome
CategoriesAlternativesStacksSelf-HostedExplore
Open-Awesome

© 2026 Open-Awesome. Curated for the developer elite.

TermsPrivacyAboutGitHubRSS
  1. Home
  2. Tags
  3. Github Actions

Github Actions

320 projects

Showing 36 of 320 projects

Create Issue Branch
Create Issue BranchJavaScript

A GitHub App/Action that automates the creation of issue branches and pull requests to streamline development workflows.

#devops#branch-management#issue-tracking
Stars348
Forks47
Last commit3 days ago
Audit a webpage with Google Chrome's Lighthouse tests
Audit a webpage with Google Chrome's Lighthouse testsShell

A GitHub Action for running Google Lighthouse audits on webpages to test performance, accessibility, SEO, and more.

#actions#chrome#ci
Stars347
Forks27
Last commit5 years ago
GitHub Project Automation+
GitHub Project Automation+JavaScript

A GitHub Action that automates project board cards using webhook events for issues and pull requests.

#issue-tracking#workflow-automation#devops-tools
Stars344
Forks94
Last commit
Secrets Sync Action
Secrets Sync ActionTypeScript

A GitHub Action that synchronizes secrets from a single source repository to multiple target repositories using regex patterns.

#devops#self-hosted-github-action#regex
Stars333
Forks97
Last commit1 year ago
TF-via-PR
TF-via-PRHCL

A GitHub Action for automating Terraform/OpenTofu plan and apply workflows via pull requests with security and scalability best practices.

#cicd-pipeline#devops#pull-request-automation
Stars329
Forks39
Last commit1 day ago
Lock Closed Issues and Pull Requests after a Period of Inactivity
Lock Closed Issues and Pull Requests after a Period of InactivityJavaScript

A GitHub Action that automatically locks closed issues, pull requests, and discussions after a period of inactivity.

#lock#repository-management#open-source-maintenance
Stars327
Forks41
Last commit
udd
uddTypeScript

A Deno tool to update dependency URLs to their latest published versions with optional test validation.

#version-updater#dev-tools#semantic-versioning
Stars327
Forks16
Last commit2 years ago
GitHub Actions for mdBook
GitHub Actions for mdBookTypeScript

A GitHub Action to quickly set up and build mdBook projects for documentation sites across Linux, macOS, and Windows.

#actions#devops#static-site-generator
Stars326
Forks25
Last commit28 days ago
Automatically approve and merge Dependabot updates
Automatically approve and merge Dependabot updatesTypeScript

A GitHub Action that automatically approves and merges pull requests from bots like Dependabot when CI checks pass.

#devops#terraformed#continuous-integration
Stars316
Forks35
Last commit
panvimdoc
panvimdocCSS

A tool that converts pandoc markdown to vimdoc format, enabling Vim/Neovim plugin authors to write documentation once and generate help files automatically.

#pre-commit#vim#documentation-tool
Stars315
Forks21
Last commit1 month ago
GitHub Actions for Yarn 1
GitHub Actions for Yarn 1TypeScript

A GitHub Action for running Yarn commands in CI/CD workflows, compatible with Yarn 1.x.

#actions#devops#yarn
Stars314
Forks58
Last commit3 days ago
hello-world-javascript-action
hello-world-javascript-actionJavaScript

A GitHub Actions template demonstrating how to build a JavaScript action with a simple greeting example.

#educational#workflow-automation#javascript-action
Stars307
Forks275
Last commit
Deploy a Zola site to GitHub Pages
Deploy a Zola site to GitHub PagesHTML

A GitHub Action to automatically build Zola static sites and deploy them to GitHub Pages.

#actions#devops#static-site-generator
Stars292
Forks106
Last commit4 months ago
Deploy to any Cloud or Kubernetes Using Pulumi
Deploy to any Cloud or Kubernetes Using PulumiTypeScript

A GitHub Action for deploying infrastructure and applications using Pulumi with previews, validation, and collaboration in pull requests.

#devops#multi-cloud#pull-request-automation
Stars289
Forks85
Last commit
FastAPI on Google Cloud Run
FastAPI on Google Cloud RunPython

A template for deploying FastAPI applications on Google Cloud Run with GitHub Actions CI/CD.

#fastapi#alembic#api-template
Stars287
Forks29
Last commit1 year ago
Quarto GitHub Actions
Quarto GitHub ActionsPowerShell

Official GitHub Actions for installing, rendering, and publishing Quarto documents and projects.

#publishing#reproducible-research#quarto
Stars280
Forks61
Last commit1 day ago
MiniScaffold
MiniScaffoldF#

An F# dotnet template for creating and publishing libraries and console applications with pre-configured build, test, and release automation.

#unit-testing#open-source-tooling#scaffold
Stars272
Forks31
Last commit3 months ago
TeXtured
TeXturedTeX

A typographically elegant, clean, and structured LaTeX template for creating professional documents like theses.

#academic-writing#template#pdf-a
Stars268
Forks13
Last commit1 month ago
Run ESLint, with reviewdog output on the PR
Run ESLint, with reviewdog output on the PRJavaScript

A GitHub Action that runs ESLint with reviewdog to automatically post code review comments on pull requests.

#pull-requests#ci-cd#typescript
Stars260
Forks73
Last commit5 days ago
Send an Embed Message to Discord
Send an Embed Message to DiscordTypeScript

A GitHub Action that posts workflow status updates to Discord as customizable embeds.

#status-updates#workflow-automation#embed-messages
Stars260
Forks21
Last commit1 month ago
Add Labels to a PR based on Branch Name Patterns
Add Labels to a PR based on Branch Name PatternsTypeScript

A GitHub Action that automatically labels pull requests based on branch name patterns like feature/* or fix/*.

#actions#repository-management#workflow-automation
Stars258
Forks53
Last commit
example-services
example-servicesJavaScript

Example workflows demonstrating how to use service containers in GitHub Actions for testing and CI/CD pipelines.

#devops#integration-testing#continuous-integration
Stars258
Forks224
Last commit4 years ago
Deploy VS Code Extension to Visual Studio Marketplace or the Open VSX Registry
Deploy VS Code Extension to Visual Studio Marketplace or the Open VSX RegistryTypeScript

A GitHub Action to automatically publish VS Code extensions to the Open VSX Registry and Visual Studio Marketplace.

#deployment#developer-tools#publishing
Stars258
Forks21
Last commit
Foreman
ForemanRust

A toolchain manager for Roblox developers to install and manage development tools like Rojo, Remodel, and DarkLua.

#developer-tools#version-management#toolchain-manager
Stars254
Forks36
Last commit1 month ago
Run Unity tests
Run Unity testsTypeScript

GitHub Action to run tests for Unity projects and packages as part of the GameCI ecosystem.

#actions#hacktoberfest#unity-ci
Stars253
Forks149
Last commit1 month ago
Run GitHub Actions Locally with a web interface
Run GitHub Actions Locally with a web interfaceJavaScript

An experimental tool that runs GitHub Actions workflows locally using Docker containers.

#devops#yaml#workflow
Stars252
Forks7
Last commit3 years ago
GitHub Codeowners Validator
GitHub Codeowners ValidatorGo

A validation tool for GitHub CODEOWNERS files that checks syntax, file existence, owner validity, and duplication.

#hacktoberfest#devops#github-codeowners
Stars245
Forks55
Last commit2 years ago
Generate a table of contents
Generate a table of contentsTypeScript

A GitHub Action that automatically generates and updates table of contents in markdown files using DocToc.

#toc#version-control#doctoc
Stars245
Forks28
Last commit3 years ago
Run golangci-lint, with reviewdog output on the PR
Run golangci-lint, with reviewdog output on the PRTypeScript

A GitHub Action that runs golangci-lint with reviewdog to automatically lint Go code in pull requests.

#golangci-lint#pull-requests#automated-testing
Stars243
Forks46
Last commit
GitHub Action for Google Cloud Platform (GCP)
GitHub Action for Google Cloud Platform (GCP)Shell

A GitHub Action for running gcloud, gsutil, and kubectl commands to interact with Google Cloud Platform.

#google-cloud-platform#devops#kubernetes
Stars241
Forks27
Last commit6 days ago
go-test-coverage
go-test-coverageGo

A Go tool that enforces minimum test coverage thresholds locally and in CI, ensuring code quality and preventing coverage regressions.

#coverage-threshold#developer-tools#devops
Stars235
Forks31
Last commit1 day ago
Has Changed Path
Has Changed PathJavaScript

A GitHub Action that detects path changes in monorepos to conditionally run workflows and save CI/CD resources.

#conditional-deployment#devops#history
Stars231
Forks32
Last commit2 years ago
run-vcpkg
run-vcpkgTypeScript

A GitHub Action to set up and run vcpkg for C++ projects with automatic binary caching using GitHub's cache.

#devops#ninja#cpp-build-tools
Stars230
Forks32
Last commit1 day ago
Set up Docker Buildx
Set up Docker BuildxTypeScript

GitHub Action to set up Docker Buildx for multi-platform image building in CI/CD workflows.

#actions#container-images#devops
Stars224
Forks14
Last commit5 years ago
Upload and Scan Files with VirusTotal
Upload and Scan Files with VirusTotalTypeScript

A GitHub Action to upload and scan files for malware using VirusTotal's analysis engine.

#supply-chain-security#actions#virustotal
Stars224
Forks22
Last commit3 days ago
activity-box
activity-boxJavaScript

A GitHub Action that updates a pinned gist with your latest GitHub activity.

#developer-tools#workflow-automation#profile-showcase
Stars224
Forks60
Last commit2 years ago
PreviousPage 5 of 9

Related Tags

Community-curated · Updated weekly · 100% open source

Found a gem we're missing?

Open-Awesome is built by the community, for the community. Submit a project, suggest an awesome list, or help improve the catalog on GitHub.

Submit a projectStar on GitHub
2 years ago
17 days ago
6 days ago
1 month ago
4 days ago
2 years ago
3 months ago
3 days ago
Next
#Ci Cd244
#Automation158
#Devops148
#Workflow Automation91
#Actions64
#Pull Requests45
#Docker39
#Continuous Integration38
#Github Action37
#Github32
#Developer Tools31
#Hacktoberfest27