mirror of
https://github.com/meshtastic/Meshtastic-Android.git
synced 2026-04-20 22:23:37 +00:00
chore: Add labeler rule for refactor branch naming (#3979)
This commit is contained in:
parent
22513e4ca0
commit
d6a20c6a9f
1 changed files with 4 additions and 0 deletions
4
.github/labeler.yml
vendored
4
.github/labeler.yml
vendored
|
|
@ -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:
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue