Skip to content

fix(workflow): implement dynamic branch-based labeling - #15

Merged
protheeuz merged 2 commits into
mainfrom
fix/dynamic-labeling-workflow
May 4, 2026
Merged

fix(workflow): implement dynamic branch-based labeling#15
protheeuz merged 2 commits into
mainfrom
fix/dynamic-labeling-workflow

Conversation

@protheeuz

Copy link
Copy Markdown
Member

Summary

Fixes the issue where all pull requests were automatically tagged as 'enhancement'. This PR introduces a dynamic labeling system that categorizes PRs based on their branch name prefixes.

Technical Implementation

  • labeler.yml: Added configuration to map branch prefixes (feat/, fix/, docs/, perf/, chore/) to their respective GitHub labels.
  • pull_request.yml: Replaced the static actions-ecosystem/action-add-labels with the official actions/labeler@v5 action.

Changelog Entry

  • [Workflow]: Implementation of dynamic PR labeling based on branch naming conventions.

Type of Change

  • Feature
  • Bug Fix
  • Performance Optimization
  • Documentation Update
  • Maintenance / Chore

@github-actions github-actions Bot added the bug Something isn't working label May 4, 2026
@protheeuz
protheeuz force-pushed the fix/dynamic-labeling-workflow branch 2 times, most recently from 067fa6d to e02895b Compare May 4, 2026 22:38
@protheeuz
protheeuz force-pushed the fix/dynamic-labeling-workflow branch from e02895b to dedebcb Compare May 4, 2026 22:39
@protheeuz
protheeuz merged commit 43540b4 into main May 4, 2026
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

bug Something isn't working

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant