chore: Add labeler rule for refactor branch naming (#3979)

This commit is contained in:
James Rich 2025-12-12 08:15:08 -06:00 committed by GitHub
parent 22513e4ca0
commit d6a20c6a9f
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

4
.github/labeler.yml vendored
View file

@ -24,6 +24,10 @@ repo:
bugfix:
- head-branch: [^fix, ^bug, ^Fix, ^FIX, ^Bug, ^BUG]
# Add `refactor` label to any PR where the head branch name contains `refactor` or `Refactor` as the prefix.
refactor:
- head-branch: [^refactor, ^Refactor]
# our fallback - bug except repo, feat, or automated pipelines
# bug_fallthrough:
# - all: