chore(labeler): add auto-label rules for CI/CD, dependencies, config, i18n, inspector, toolbar, and styling#203
Merged
Conversation
… i18n, inspector, toolbar, and styling
Copilot
AI
changed the title
[WIP] Update .github/labeler.yml to add new labels
chore(labeler): add auto-label rules for CI/CD, dependencies, config, i18n, inspector, toolbar, and styling
Jun 23, 2026
dermatz
approved these changes
Jun 23, 2026
Contributor
There was a problem hiding this comment.
Pull request overview
This PR extends the actions/labeler configuration to auto-apply additional labels based on changed file paths, improving PR categorisation across CI/CD, dependencies, config, inspector, toolbar, i18n, and styling areas.
Changes:
- Added new path-based labels:
CI/CD,Dependencies,Config,Inspector,Toolbar,I18n,Styling. - Preserved existing label rules and expanded coverage for common change areas.
Co-authored-by: Copilot Autofix powered by AI <175728472+Copilot@users.noreply.github.com>
Co-authored-by: Copilot Autofix powered by AI <175728472+Copilot@users.noreply.github.com>
…ler and trunk configurations
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.
Extends
.github/labeler.ymlwith 7 additional path-based label rules to improve PR categorisation. All existing rules are preserved.New labels added
CI/CD—.github/workflows/**,.github/actions/**,.trunk/**Dependencies—composer.json/lock,package.json/lock,yarn.lock,pnpm-lock.yamlConfig—src/etc/**,src/**/etc/**Inspector—inspector.js,InspectorHints.phpToolbar—src/view/frontend/web/js/toolbar/**,_toolbar.cssI18n—src/i18n/*.csvStyling—src/view/frontend/web/css/**,**/*.css