-
Notifications
You must be signed in to change notification settings - Fork 834
WEB-420 Review and Improve labeler.yml Configuration #2795
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
base: dev
Are you sure you want to change the base?
WEB-420 Review and Improve labeler.yml Configuration #2795
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 skippedReview was skipped due to path filters ⛔ Files ignored due to path filters (2)
CodeRabbit blocks several paths by default. You can override this behavior by explicitly including those paths in the path filters. For example, including You can disable this status message by setting the 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. |
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.