-
Notifications
You must be signed in to change notification settings - Fork 0
Add automatic PR labeling workflow #7
Copy link
Copy link
Labels
area: ci-cdCI/CD workflowsCI/CD workflowsenhancementNew feature or requestNew feature or requestgood first issueGood for newcomersGood for newcomerspriority: lowNice to haveNice to havesize: small1-2 hours effort1-2 hours effort
Milestone
Metadata
Metadata
Assignees
Labels
area: ci-cdCI/CD workflowsCI/CD workflowsenhancementNew feature or requestNew feature or requestgood first issueGood for newcomersGood for newcomerspriority: lowNice to haveNice to havesize: small1-2 hours effort1-2 hours effort
Type
Projects
Status
Done
Description
Add a GitHub Actions workflow that automatically applies area labels to pull requests based on which files are changed.
Why
Consistent labeling helps maintainers triage PRs quickly and provides contributors with immediate feedback that their PR was categorized correctly. Manual labeling is error-prone and time-consuming.
Acceptance Criteria
.github/labeler.ymlwith path-to-label mappings.github/workflows/labeler.ymlusingactions/labelerscripts/**→area: scripts.claude/agents/**→area: agents.claude/skills/**→area: skills.github/workflows/**→area: ci-cdtemplates/**→area: templatesdocs/**→area: docs.claude/pipeline.config.json→area: pipelineExample
.github/labeler.yml: