🐛 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:
Wanjohi
2024-05-19 01:50:42 +03:00
committed by GitHub
parent c0f573599f
commit b91b8bba33

1
.github/labeler.yml vendored
View File

@@ -17,6 +17,7 @@ labels:
- label: 'type/docs'
title: '^\s*.*?\sdocs(?:(.+))?!?:'
branch: '^docs/.*'
files:
- '**/*.md$'
- '**/*.mdx$'