awesome-repositories.com
Blog
awesome-repositories.com

Entdecke die besten Open-Source-Repositories mit KI-gestützter Suche.

EntdeckenKuratierte SuchenOpen-Source-AlternativenSelf-hosted SoftwareBlogSitemap
ProjektÜber unsRanking-MethodikPresseMCP-Server
RechtlichesDatenschutzAGB
© 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·6 Aufrufe

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-Verlauf

Star-Verlauf für actions/labelerStar-Verlauf für actions/labeler

KI-Suche

Entdecke weitere awesome Repositories

Beschreibe in einfachen Worten, was du brauchst — die KI bewertet tausende kuratierte Open-Source-Projekte nach Relevanz.

Start searching with AI

Open-Source-Alternativen zu Labeler

Ähnliche Open-Source-Projekte, sortiert nach der Anzahl der gemeinsamen Funktionen mit Labeler.
  • sindresorhus/refined-githubAvatar von sindresorhus

    sindresorhus/refined-github

    31,587Auf GitHub ansehen↗

    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
    Auf GitHub ansehen↗31,587
  • softprops/action-gh-releaseAvatar von softprops

    softprops/action-gh-release

    5,427Auf GitHub ansehen↗

    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
    Auf GitHub ansehen↗5,427
  • danger/dangerAvatar von danger

    danger/danger

    5,645Auf GitHub ansehen↗
    Rubyautomationbitbucketci
    Auf GitHub ansehen↗5,645
  • muesli/beehiveAvatar von muesli

    muesli/beehive

    6,476Auf GitHub ansehen↗

    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
    Auf GitHub ansehen↗6,476
Alle 30 Alternativen zu Labeler anzeigen→

Häufig gestellte Fragen

Was sind die Hauptfunktionen von actions/labeler?

Die Hauptfunktionen von actions/labeler sind: 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.

Welche Open-Source-Alternativen gibt es zu actions/labeler?

Open-Source-Alternativen zu actions/labeler sind unter anderem: 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…