mirror of
https://github.com/nestriness/nestri.git
synced 2025-12-12 16:55:37 +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'
|
- label: 'type/docs'
|
||||||
title: '^\s*.*?\sdocs(?:(.+))?!?:'
|
title: '^\s*.*?\sdocs(?:(.+))?!?:'
|
||||||
|
branch: '^docs/.*'
|
||||||
files:
|
files:
|
||||||
- '**/*.md$'
|
- '**/*.md$'
|
||||||
- '**/*.mdx$'
|
- '**/*.mdx$'
|
||||||
|
|||||||
Reference in New Issue
Block a user