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
actions avatar

actions/labeler

0
View on GitHub↗
2,464 stars·484 forks·TypeScript·MIT·19 views

Labeler

Features

  • Pull Request Automation - Automatically applies labels to pull requests based on branch names or changed files to organize and triage incoming work.
  • Label by Changed Files - Adds labels to a pull request when its modified files match configured glob patterns.
  • Label by Branch Name - Adds labels to a pull request when its head or base branch name matches a configured regex pattern.
  • Regex-Based Branch Matching - Applies labels by testing pull request branch names against regular expression patterns.
  • Glob Pattern Selectors - Matches pull request file changes against configured glob patterns to determine label application.
  • Logical Condition Combinators - Combines multiple conditions with AND or OR logic to apply a label only when all or any of them match.
  • Workflow Event Triggers - Runs as a GitHub Actions workflow triggered by pull request events to evaluate and apply labels.
  • Boolean Rule Composition - Combines multiple labeling conditions with AND/OR logic for flexible rule evaluation.
  • Pull Request Labelers - Automatically applies labels to pull requests based on branch names and changed file patterns using configurable rules.
  • Configuration-Driven Labeling - Defines all labeling rules and conditions through a declarative configuration file.
  • Configure Label Rules from External File - Loads label-to-path mappings from a YAML file located in the repository or uploaded via a checkout action.
  • GitHub Automation Tools - Automatically label pull requests.

Star history

Star history chart for actions/labelerStar history chart for actions/labeler

How this analysis was created: This summary and feature list are AI-generated from collected project material and can contain mistakes. Stars, license and language are imported from GitHub. Inclusion does not mean that we have tested or audited this project. Check the source documentation for any feature you depend on. Learn more on our About page.

AI search

Explore more awesome repositories

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

Start searching with AI

Projects sharing features with Labeler

These projects share indexed features with Labeler. Shared tags can include platform or build tooling; verify the primary use case before treating a result 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
  • 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
Compare all 30 related projects→

Frequently asked questions

What are the main features of actions/labeler?

The main features of actions/labeler are: Pull Request Automation, Label by Changed Files, Label by Branch Name, Regex-Based Branch Matching, Glob Pattern Selectors, Logical Condition Combinators, Workflow Event Triggers, Boolean Rule Composition.

Which projects share features with actions/labeler?

Projects with overlapping indexed features include: sindresorhus/refined-github — Refined GitHub is a browser extension that modifies the GitHub web interface to add features and remove annoyances. It… softprops/action-gh-release — This is a GitHub Action that automates the creation, updating, and management of GitHub Releases. It creates draft… danger/danger. wei/pull — Pull is an automated pull request manager designed to synchronize GitHub repository forks with their upstream sources.… muesli/beehive — Beehive is a self-hosted integration platform and event automation engine. It functions as a plugin-based workflow… prefecthq/prefect — Prefect is a workflow orchestration platform designed to define, schedule, and monitor complex data pipelines as…