Problem
Pull requests are raised without automated labels, requiring maintainers to manually categorize them based on the files touched.
Proposed Solution
Add a .github/workflows/labeler.yml workflow that automatically tags PRs with relevant labels depending on the files changed in the pull request.
Problem
Pull requests are raised without automated labels, requiring maintainers to manually categorize them based on the files touched.
Proposed Solution
Add a
.github/workflows/labeler.ymlworkflow that automatically tags PRs with relevant labels depending on the files changed in the pull request.