-
-
Notifications
You must be signed in to change notification settings - Fork 0
Closed
Description
Problem
The labeler.yml workflow is failing because the .github/labeler.yml configuration file is missing.
Task
Create a .github/labeler.yml file that defines label patterns for auto-labeling PRs based on file changes.
Example Configuration
'documentation':
- '**/*.md'
- 'docs/**/*'
'dependencies':
- 'package.json'
- 'package-lock.json'
'ci/cd':
- '.github/workflows/**/*'
'tests':
- 'test/**/*'Files
- Create:
.github/labeler.yml - Reference:
.github/workflows/labeler.yml
Priority
Low - Improves PR organization but not critical
Metadata
Metadata
Assignees
Labels
No labels