WEB-420 Review and Improve labeler.yml Configuration#2795
WEB-420 Review and Improve labeler.yml Configuration#2795AnvayKharb wants to merge 2 commits intoopenMF:devfrom
Conversation
- Add comprehensive labeler.yml configuration covering all codebase areas - Include GitHub Actions workflow for automated label application - Configure labels for components, services, modules, feature areas, testing, CI/CD, and more - Improve PR organization and discoverability through automated labeling
|
Important Review skippedAuto reviews are limited based on label configuration. 🚫 Review skipped — only excluded labels are configured. (1)
Please check the settings in the CodeRabbit UI or the ⚙️ Run configurationConfiguration used: Path: .coderabbit.yaml Review profile: CHILL Plan: Pro Run ID: You can disable this status message by setting the Use the checkbox below for a quick retry:
Note
|
- Add issues:write permission to fix 'Resource not accessible by integration' error - The labeler action uses the Issues API to add labels to PRs - This requires issues:write permission in addition to pull-requests:write - Resolves workflow failure in job 55153030247
|
@alberto-art3ch @IOhacker @steinwinde should we need this label?? |
|
heyy @gkbishnoi07 any updates for this pr? |
|
@AnvayKharb i will update you soon |
|
This pull request seems to be stale. Are you still planning to work on it? We will automatically close it in 30 days. |
|
@AnvayKharb still are you working on this ticket? |
|
No, @IOhacker are these files required ? |
|
@IOhacker need your review! |
IOhacker
left a comment
There was a problem hiding this comment.
I think it can be put on hold. @AnvayKharb Could you please start a thread in the #web-app channel about this new feature.
|
Yes @IOhacker @gkbishnoi07, starting a thread |
|
This pull request seems to be stale. Are you still planning to work on it? We will automatically close it in 30 days. |
This PR updates and improves the .github/labeler.yml configuration file to ensure that pull requests are automatically labeled based on modified file paths.
The goal is to make the labeling process more accurate, reduce manual effort during triage, and maintain organized PR categorization.
Changes Made
Reviewed and updated label-to-path mappings to reflect current project structure.
Added missing labels for new directories and modules.
Fixed incorrect or outdated file path patterns.
Validated YAML syntax and indentation for proper GitHub Actions parsing.
Tested label application on sample PRs to confirm correct behavior.