chore: add advanced PR auto-labeling configuration and workflow#3767
Merged
Frooodle merged 2 commits intoStirling-Tools:mainfrom Jun 18, 2025
Merged
chore: add advanced PR auto-labeling configuration and workflow#3767Frooodle merged 2 commits intoStirling-Tools:mainfrom
Frooodle merged 2 commits intoStirling-Tools:mainfrom
Conversation
Contributor
There was a problem hiding this comment.
Pull Request Overview
This PR adds an advanced auto-labeling configuration for pull requests by introducing a dedicated GitHub Actions workflow and updating label definitions.
- Added a GitHub Actions workflow (.github/workflows/auto-labelerV2.yml) to automatically label PRs.
- Extended the labels configuration in (.github/labels.yml) with additional definitions.
- Created a new auto-labeler configuration file (.github/labeler-config-srvaroa.yml) specifying rules based on PR titles and file paths.
Reviewed Changes
Copilot reviewed 3 out of 3 changed files in this pull request and generated no comments.
| File | Description |
|---|---|
| .github/workflows/auto-labelerV2.yml | Configures the auto-labeling workflow using the srvaroa action. |
| .github/labels.yml | Adds new label definitions to support the auto-labeler. |
| .github/labeler-config-srvaroa.yml | Establishes auto-labeling rules based on title patterns and file paths. |
Comments suppressed due to low confidence (1)
.github/labeler-config-srvaroa.yml:31
- Duplicate configuration for the 'API' label is present (also defined later at line 73). Consider merging these configurations into a single rule or clearly distinguishing their intended scopes to avoid potential conflicts.
- label: 'API'
Frooodle
approved these changes
Jun 18, 2025
Frooodle
approved these changes
Jun 18, 2025
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.
Description of Changes
Please provide a summary of the changes, including:
.github/labeler-config-srvaroa.ymlto define a comprehensive auto-labeling configuration for PRs based on title patterns and file paths..github/workflows/auto-labelerV2.ymlthat uses thesrvaroa/labeleraction to automatically label pull requests..github/labels.ymlto include missing label definitions required for the auto-labeling setup (e.g.,Bugfix,build,ci,perf, etc.).Checklist
General
Documentation
UI Changes (if applicable)
Testing (if applicable)