awesome-repositories.com
博客
awesome-repositories.com

通过 AI 驱动的搜索,发现最优秀的开源仓库。

探索精选搜索开源替代品自托管软件博客网站地图
项目关于排名机制媒体报道MCP 服务器
法律隐私政策服务条款
© 2026 Bringes Technology SRL·VAT RO45896025·hello@awesome-repositories.com
·
actions avatar

actions/labeler

0
View on GitHub↗
2,464 星标·484 分支·TypeScript·MIT·4 次浏览

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 历史

actions/labeler 的 Star 历史图表actions/labeler 的 Star 历史图表

AI 搜索

探索更多 awesome 仓库

用简单的语言描述您的需求 —— AI 将根据相关性为您从数千个精选开源项目中进行排序。

Start searching with AI

Labeler 的开源替代方案

相似的开源项目,按与 Labeler 的功能重合度排序。
  • sindresorhus/refined-githubsindresorhus 的头像

    sindresorhus/refined-github

    31,587在 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
    在 GitHub 上查看↗31,587
  • softprops/action-gh-releasesoftprops 的头像

    softprops/action-gh-release

    5,427在 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
    在 GitHub 上查看↗5,427
  • danger/dangerdanger 的头像

    danger/danger

    5,645在 GitHub 上查看↗
    Rubyautomationbitbucketci
    在 GitHub 上查看↗5,645
  • muesli/beehivemuesli 的头像

    muesli/beehive

    6,476在 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
    在 GitHub 上查看↗6,476
查看 Labeler 的所有 30 个替代方案→

常见问题解答

actions/labeler 的主要功能有哪些?

actions/labeler 的主要功能包括: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。

actions/labeler 有哪些开源替代品?

actions/labeler 的开源替代品包括: 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…