awesome-repositories.com
Blog
MCP
awesome-repositories.com

Discover the best open-source repositories with AI-powered search.

ExploreCurated searchesOpen-source alternativesSelf-hosted softwareBlogSitemap
ProjectMCP serverAboutHow we rankPress
LegalPrivacyTerms
© 2026 Bringes Technology SRL·VAT RO45896025·hello@awesome-repositories.com
Back to actions/labeler

Projects sharing features with Labeler

30 open-source projects similar to actions/labeler, ranked by shared indexed features. Tags may describe platforms or build tools rather than the same primary purpose. Check each project’s use case, license, and deployment requirements before treating it as a replacement.

  • sindresorhus/refined-githubsindresorhus avatar

    sindresorhus/refined-github

    31,587View on 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

    TypeScript
    View on GitHub↗31,587
  • softprops/action-gh-releasesoftprops avatar

    softprops/action-gh-release

    5,427View on 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

    TypeScriptgithub-actionsgithub-releases
    View on GitHub↗5,427
  • danger/dangerdanger avatar

    danger/danger

    5,645View on GitHub↗
    Rubyautomationbitbucketci
    View on GitHub↗5,645
  • wei/pullwei avatar

    wei/pull

    7,154View on GitHub↗

    Pull is an automated pull request manager designed to synchronize GitHub repository forks with their upstream sources. It acts as an orchestrator that creates and manages pull requests to integrate remote changes and keep development forks aligned with original project sources. The tool is configuration-driven, allowing users to define specific git integration strategies such as merging, squashing, rebasing, or hard resetting. It integrates with GitHub Actions to manage branch protection and the assignment of reviewers, assignees, and custom labels. Synchronization can be triggered through p

    TypeScriptforkforks-insighthacktoberfest
    View on GitHub↗7,154

AI search

Explore more awesome repositories

Describe what you need in plain English — the AI ranks thousands of curated open-source projects by relevance.

Find more with AI search
  • muesli/beehivemuesli avatar

    muesli/beehive

    6,476View on GitHub↗

    Beehive is a self-hosted integration platform and event automation engine. It functions as a plugin-based workflow orchestrator that links independent service plugins to automate data movement between external APIs and hardware. The system acts as an IoT hardware controller for managing network-enabled sockets, smart lighting, and serial port devices via TTY or COM. It also serves as an HTTP webhook gateway, receiving incoming requests to trigger internal workflows and external notifications. Capability areas include event-driven workflow automation with filter-based routing and template-bas

    Go
    View on GitHub↗6,476
  • prefecthq/prefectPrefectHQ avatar

    PrefectHQ/prefect

    21,640View on GitHub↗

    Prefect is a workflow orchestration platform designed to define, schedule, and monitor complex data pipelines as Python code. It functions as a container-native engine that wraps individual tasks in isolated environments, ensuring consistent dependencies and resource allocation across diverse infrastructure. By utilizing a state-machine-based orchestration model, the system tracks execution progress through discrete transitions and persistent event logs to maintain reliable and observable task processing. The platform distinguishes itself through a decoupled worker-API architecture, which sep

    Pythonautomationdatadata-engineering
    View on GitHub↗21,640
  • kestra-io/kestrakestra-io avatar

    kestra-io/kestra

    27,073View on GitHub↗

    Kestra is a declarative workflow orchestrator designed to manage complex task dependencies and automated processes through versioned configuration files. It functions as a distributed platform that decouples task scheduling from execution by offloading computational workloads to a fleet of worker nodes. The system uses a reactive, event-driven engine to initiate workflows automatically in response to external signals, webhooks, schedules, or file system changes. The platform distinguishes itself through a modular plugin architecture that allows for the integration of custom tasks and external

    Javaautomationdata-orchestrationdevops
    View on GitHub↗27,073
  • inngest/inngestinngest avatar

    inngest/inngest

    5,499View on GitHub↗

    Inngest is a durable execution framework and event-driven automation engine designed to orchestrate background workflows. It enables developers to build resilient, stateful processes by memoizing function steps, ensuring that long-running tasks can automatically resume from the last successful operation after failures, timeouts, or infrastructure restarts. The platform distinguishes itself through its event-driven architecture, which uses a schema-validated bus to trigger functions and coordinate complex, multi-step logic. It employs an onion-model middleware approach for cross-cutting concer

    Go
    View on GitHub↗5,499
  • isaacs/rimrafisaacs avatar

    isaacs/rimraf

    5,846View on GitHub↗

    rimraf is a Node.js recursive file deletion tool and cross-platform filesystem utility. It provides both a programmatic library and a command-line interface for removing files and directories and all of their contained contents across different operating systems. The utility supports glob-based file deletion, allowing the removal of items that match specific wildcard patterns rather than just literal paths. It also includes the ability to abort deletion processes mid-execution and apply custom predicate-based filtering to exclude specific files or folders. The project covers broad filesystem

    TypeScript
    View on GitHub↗5,846
  • release-drafter/release-drafterrelease-drafter avatar

    release-drafter/release-drafter

    3,890View on GitHub↗

    Release-drafter is a GitHub Action workflow and automation engine designed to manage the software release lifecycle. It functions as a release notes automator, an automated changelog generator, and a semantic versioning calculator that aggregates merged pull requests into structured draft releases. The project distinguishes itself through event-driven execution that triggers updates based on repository activity. It features a semantic versioning calculator to determine the next version number based on merged change categories, and provides specialized management for both stable and prerelease

    TypeScriptactiongithub-apphacktoberfest
    View on GitHub↗3,890
  • j3ssie/osmedeusj3ssie avatar

    j3ssie/Osmedeus

    6,425View on GitHub↗

    Osmedeus is a security workflow orchestration engine that coordinates AI agents, shell commands, and scanning tools through declarative YAML pipelines. It functions as a distributed security scanner, a declarative workflow automator, and an AI agent framework for security, enabling automated multi-step security analysis with conditional branching, parallel execution, and distributed workers. The engine distinguishes itself through a hybrid runner model that executes workflow steps on the local host, inside Docker containers, or over SSH to remote machines, selected per step or module. It supp

    Go
    View on GitHub↗6,425
  • argoproj/argoargoproj avatar

    argoproj/argo

    16,770View on GitHub↗

    Argo is a cloud native CI/CD platform and Kubernetes workflow engine. It functions as a container pipeline orchestrator and job scheduler, managing multi-step sequences of containers as jobs using directed acyclic graphs within a cluster. The system acts as a progressive delivery controller, reducing release risk through automated Canary and Blue-Green deployment strategies. It provides declarative GitOps synchronization to mirror the state of a git repository directly into the cluster environment for continuous delivery automation. The platform covers a broad range of capabilities including

    Go
    View on GitHub↗16,770
  • kentaro-m/auto-assign-actionkentaro-m avatar

    kentaro-m/auto-assign-action

    394View on GitHub↗

    An action which adds reviewers to the pull request when the pull request is opened.

    TypeScript
    View on GitHub↗394
  • pascalgn/size-label-actionpascalgn avatar

    pascalgn/size-label-action

    99View on GitHub↗

    GitHub action to assign labels based on pull request change sizes

    JavaScript
    View on GitHub↗99
  • pullreminders/assignee-to-reviewer-actionP

    pullreminders/assignee-to-reviewer-action

    0View on GitHub↗
    View on GitHub↗0
  • jrylan/github-action-stuck-pr-notifierJ

    jrylan/github-action-stuck-pr-notifier

    0View on GitHub↗
    View on GitHub↗0
  • julienkode/pull-request-name-linter-actionJulienKode avatar

    JulienKode/pull-request-name-linter-action

    87View on GitHub↗

    ⚡️ Lint pull request name with commit lint. This is useful if you squash merge your pull requests ⚡️

    TypeScript
    View on GitHub↗87
  • peter-evans/create-pull-requestpeter-evans avatar

    peter-evans/create-pull-request

    2,801View on GitHub↗

    A GitHub action to create a pull request for changes to your repository in the actions workspace

    TypeScript
    View on GitHub↗2,801
  • pullreminders/label-when-approved-actionP

    pullreminders/label-when-approved-action

    0View on GitHub↗
    View on GitHub↗0
  • anothrnick/github-tag-actionanothrNick avatar

    anothrNick/github-tag-action

    873View on GitHub↗

    A Github Action to tag a repo on merge.

    Shell
    View on GitHub↗873
  • neofinancial/ticket-check-actionneofinancial avatar

    neofinancial/ticket-check-action

    49View on GitHub↗

    Verify that pull request titles start with a ticket ID

    TypeScript
    View on GitHub↗49
  • hmarr/auto-approve-actionhmarr avatar

    hmarr/auto-approve-action

    476View on GitHub↗

    👍 GitHub Action for automatically approving GitHub pull requests

    TypeScript
    View on GitHub↗476
  • cirrus-actions/rebasecirrus-actions avatar

    cirrus-actions/rebase

    702View on GitHub↗

    GitHub Action to automatically rebase PRs

    Shell
    View on GitHub↗702
  • pascalgn/automerge-actionpascalgn avatar

    pascalgn/automerge-action

    920View on GitHub↗

    GitHub action to automatically merge pull requests that are ready

    JavaScript
    View on GitHub↗920
  • cirrus-actions/branch-guardcirrus-actions avatar

    cirrus-actions/branch-guard

    6View on GitHub↗

    Action to guard branches from merges when any of the latest check suites or commit statuses is failing.

    TypeScript
    View on GitHub↗6
  • flowwer-dev/pull-request-statsflowwer-dev avatar

    flowwer-dev/pull-request-stats

    403View on GitHub↗

    Github action to print relevant stats about Pull Request reviewers

    JavaScript
    View on GitHub↗403
  • deepakputhraya/action-pr-titledeepakputhraya avatar

    deepakputhraya/action-pr-title

    137View on GitHub↗

    Github action to enforce Pull Request title conventions

    JavaScript
    View on GitHub↗137
  • derkinderfietsen/pr-description-enforcerD

    derkinderfietsen/pr-description-enforcer

    0View on GitHub↗
    View on GitHub↗0
  • maxkomarychev/merge-pal-actionmaxkomarychev avatar

    maxkomarychev/merge-pal-action

    31View on GitHub↗

    GitHub Action that automatically merges your pull request!

    JavaScript
    View on GitHub↗31
  • banyan/auto-labelbanyan avatar

    banyan/auto-label

    67View on GitHub↗

    A GitHub action to add labels to Pull Request based on matched file patterns

    TypeScript
    View on GitHub↗67