Add path-based PR label definitions for the new labeler workflow#46
Merged
JosunLP merged 4 commits intoJosunLP-patch-1from Mar 12, 2026
Merged
Add path-based PR label definitions for the new labeler workflow#46JosunLP merged 4 commits intoJosunLP-patch-1from
JosunLP merged 4 commits intoJosunLP-patch-1from
Conversation
Merged
Co-authored-by: JosunLP <20913954+JosunLP@users.noreply.github.com>
Copilot
AI
changed the title
[WIP] Improve documentation and workflow automation for bQuery.js
Add path-based PR label definitions for the new labeler workflow
Mar 12, 2026
Signed-off-by: Jonas Pfalzgraf <info@josunlp.de>
Signed-off-by: Jonas Pfalzgraf <info@josunlp.de>
Contributor
There was a problem hiding this comment.
Pull request overview
This PR wires the repository’s PR labeler workflow to a concrete, repo-specific path-to-label map, including support for matching dotfile paths under .github/**.
Changes:
- Add
.github/labeler.ymldefining path-based label rules aligned to the project’s module structure and contributor-facing areas. - Update
.github/workflows/label.ymlto enabledot: trueso hidden paths (e.g.,.github/workflows/**) can be matched and labeled.
Reviewed changes
Copilot reviewed 2 out of 2 changed files in this pull request and generated no comments.
| File | Description |
|---|---|
.github/workflows/label.yml |
Enables dotfile path matching for the labeler action via dot: true. |
.github/labeler.yml |
Introduces the label-to-path mapping used by the workflow to apply labels based on changed files. |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
This follow-up wires the new PR labeler workflow to an actual label map. It adds repository-specific path rules and enables matching for
.github/**so workflow and template changes can be labeled correctly.Labeler configuration
.github/labeler.ymlwith labels aligned to the project structure:core,reactive,component,motion,platform,router,security,store,viewdocs,playground,tests,build,ci/cd,githubWorkflow behavior
.github/workflows/label.ymlto passdot: truetoactions/labeler@v4..github/workflows/**,.github/ISSUE_TEMPLATE/**, and other dotfiles covered by the config.Example
This keeps labeling scoped to the repository’s actual module boundaries and contributor-facing project areas, rather than relying on a generic placeholder workflow.
💡 You can make Copilot smarter by setting up custom instructions, customizing its development environment and configuring Model Context Protocol (MCP) servers. Learn more Copilot coding agent tips in the docs.