mirror of
https://github.com/nestriness/nestri.git
synced 2025-12-11 08:15:38 +02:00
🐛 fix(git): Add docs/** branch (#44)
## Description **What issue are you solving (or what feature are you adding) and how are you doing it?** There seems to be a problem with auto-labeler labelling `type:docs`. So i am adding to check on the `docs/**` branch too and label that accordingly.
This commit is contained in:
1
.github/labeler.yml
vendored
1
.github/labeler.yml
vendored
@@ -17,6 +17,7 @@ labels:
|
||||
|
||||
- label: 'type/docs'
|
||||
title: '^\s*.*?\sdocs(?:(.+))?!?:'
|
||||
branch: '^docs/.*'
|
||||
files:
|
||||
- '**/*.md$'
|
||||
- '**/*.mdx$'
|
||||
|
||||
Reference in New Issue
Block a user