Skip to content

Commit b91b8bb

Browse files
authored
🐛 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.
1 parent c0f5735 commit b91b8bb

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

Diff for: .github/labeler.yml

+1
Original file line numberDiff line numberDiff line change
@@ -17,6 +17,7 @@ labels:
1717

1818
- label: 'type/docs'
1919
title: '^\s*.*?\sdocs(?:(.+))?!?:'
20+
branch: '^docs/.*'
2021
files:
2122
- '**/*.md$'
2223
- '**/*.mdx$'

0 commit comments

Comments
 (0)