awesome-repositories.com
Blog
awesome-repositories.com

Descubre los mejores repositorios open-source con nuestra búsqueda potenciada por IA.

ExplorarBúsquedas curadasAlternativas open-sourceSoftware autohospedableBlogMapa del sitio
ProyectoAcerca deCómo clasificamosPrensaServidor MCP
Aviso legalPrivacidadTérminos
© 2026 Bringes Technology SRL·VAT RO45896025·hello@awesome-repositories.com
·

46 repositorios

Awesome GitHub RepositoriesGitHub Automation Tools

Actions for managing issues, releases, and repository metadata.

Explore 46 awesome GitHub repositories matching part of an awesome list · GitHub Automation Tools. Refine with filters or upvote what's useful.

Awesome GitHub Automation Tools GitHub Repositories

Encuentra los mejores repositorios con IA.Buscaremos los repositorios que mejor coincidan usando IA.
  • nektos/actAvatar de nektos

    nektos/act

    70,801Ver en GitHub↗

    This tool is a command-line runner that executes automation workflows locally within isolated container environments. By parsing workflow definition files and translating them into executable shell scripts, it allows developers to validate pipeline logic and configuration changes directly on their machines before committing code to a remote repository. The runner distinguishes itself by providing a simulation engine that mimics remote CI triggers and event payloads, enabling the testing of complex conditional logic without requiring cloud infrastructure. It supports granular control over the

    Run GitHub Actions locally.

    Gocidevopsgithub-actions
    Ver en GitHub↗70,801
  • sindresorhus/refined-githubAvatar de sindresorhus

    sindresorhus/refined-github

    31,587Ver en GitHub↗

    Refined GitHub is a browser extension that modifies the GitHub web interface to add features and remove annoyances. It functions as a user interface enhancement tool that uses custom CSS and JavaScript to rearrange layouts and inject new interactive elements into GitHub pages. The project serves as a workflow automation tool and repository utility, providing capabilities to automate pull request tasks such as branch cleanup and commit defaults. It acts as a code review assistant by identifying conflicting pull requests and improving navigation for code references. The extension covers severa

    Provides automated utilities for managing pull requests, branch cleanup, and commit defaults.

    TypeScript
    Ver en GitHub↗31,587
  • softprops/action-gh-releaseAvatar de softprops

    softprops/action-gh-release

    5,427Ver en GitHub↗

    This is a GitHub Action that automates the creation, updating, and management of GitHub Releases. It creates draft releases from a tag or without one, then merges them into published releases on demand. The action also collects files for upload using glob patterns relative to the working directory, and reads the release body from a specified markdown file, enabling integration with external changelog generators. The action distinguishes itself with update-or-create semantics: it checks for an existing release by tag and updates its fields if found, or creates a new release otherwise. It suppo

    Create GitHub releases.

    TypeScriptgithub-actionsgithub-releases
    Ver en GitHub↗5,427
  • github/gh-awAvatar de github

    github/gh-aw

    3,280Ver en GitHub↗

    gh-aw is a GitHub automation platform and orchestration framework that uses an agentic workflow engine to automate repository management and code reviews. It translates natural language markdown and configuration files into secure, automated task sequences driven by large language models. The system integrates a Model Context Protocol gateway to route calls between AI agents and external tools. It distinguishes itself through a comprehensive security guardrail system that provides sandboxed execution for protocol servers, network egress controls via domain allowlists, and human-in-the-loop ap

    Automates GitHub repository management, including issue triaging and codebase maintenance via AI agents.

    Goactionscaici
    Ver en GitHub↗3,280
  • actions/labelerAvatar de actions

    actions/labeler

    2,464Ver en GitHub↗

    Automatically label pull requests.

    TypeScript
    Ver en GitHub↗2,464
  • actions/staleAvatar de actions

    actions/stale

    1,684Ver en GitHub↗

    Marks issues and pull requests that have not had recent interaction

    Mark inactive issues and pull requests.

    TypeScript
    Ver en GitHub↗1,684
  • actions/create-releaseAvatar de actions

    actions/create-release

    1,382Ver en GitHub↗

    An Action to create releases via the GitHub Release API

    Create releases via the GitHub Release API.

    JavaScript
    Ver en GitHub↗1,382
  • ad-m/github-push-actionAvatar de ad-m

    ad-m/github-push-action

    1,272Ver en GitHub↗

    GitHub actions to push back to repository eg. updated code

    Push changes back to the repository.

    Shell
    Ver en GitHub↗1,272
  • actions/first-interactionAvatar de actions

    actions/first-interaction

    876Ver en GitHub↗

    An action for filtering pull requests and issues from first-time contributors

    Filter pull requests and issues from first-time contributors.

    TypeScript
    Ver en GitHub↗876
  • elgohr/publish-docker-github-actionAvatar de elgohr

    elgohr/Publish-Docker-Github-Action

    792Ver en GitHub↗

    A Github Action used to build and publish Docker images

    Publish Docker images to GitHub Packages.

    Shell
    Ver en GitHub↗792
  • actions/upload-release-assetAvatar de actions

    actions/upload-release-asset

    714Ver en GitHub↗

    An Action to upload a release asset via the GitHub Release API

    Upload a release asset via the GitHub Release API.

    JavaScript
    Ver en GitHub↗714
  • talos-systems/conformAvatar de talos-systems

    talos-systems/conform

    520Ver en GitHub↗

    Policy enforcement for your pipelines.

    Validate commit messages.

    Go
    Ver en GitHub↗520
  • actions/delete-package-versionsAvatar de actions

    actions/delete-package-versions

    433Ver en GitHub↗

    This action deletes versions of a package from GitHub Packages. This action will only delete a maximum of 100 versions in one run.

    Delete versions of a package from GitHub Packages.

    TypeScript
    Ver en GitHub↗433
  • c-hive/gha-remove-artifactsAvatar de c-hive

    c-hive/gha-remove-artifacts

    388Ver en GitHub↗

    GitHub Action to customize artifact cleanup

    Remove workflow artifacts.

    JavaScript
    Ver en GitHub↗388
  • robvanderleek/create-issue-branchAvatar de robvanderleek

    robvanderleek/create-issue-branch

    349Ver en GitHub↗

    Boost your GitHub workflow 🚀

    Create branches for issues.

    JavaScript
    Ver en GitHub↗349
  • alex-page/github-project-automation-plusAvatar de alex-page

    alex-page/github-project-automation-plus

    345Ver en GitHub↗

    🤖 Automate GitHub Project cards with any webhook event

    Automate GitHub Project cards.

    JavaScript
    Ver en GitHub↗345
  • dessant/lock-threadsAvatar de dessant

    dessant/lock-threads

    328Ver en GitHub↗

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

    Lock inactive threads.

    JavaScript
    Ver en GitHub↗328
  • phishy/wflowAvatar de phishy

    phishy/wflow

    252Ver en GitHub↗

    🐆 EXPERIMENTAL -- Runs GitHub Actions workflows locally (local) -- Don't run your YAML like a 🐪

    Workflow management utilities.

    JavaScript
    Ver en GitHub↗252
  • mszostok/codeowners-validatorAvatar de mszostok

    mszostok/codeowners-validator

    245Ver en GitHub↗

    The GitHub CODEOWNERS file validator

    Validate CODEOWNERS files.

    Go
    Ver en GitHub↗245
  • micnncim/action-label-syncerAvatar de micnncim

    micnncim/action-label-syncer

    219Ver en GitHub↗

    GitHub Action to sync GitHub labels in the declarative way

    Sync labels across repositories.

    Go
    Ver en GitHub↗219
Ant.123Siguiente
  1. Home
  2. Part of an Awesome List
  3. Developer Tools
  4. GitHub Automation Tools