Skip to content

Commit

Permalink
🐛 fix(git): Add docs/** branch (#44)
Browse files Browse the repository at this point in the history
## 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.
  • Loading branch information
wanjohiryan authored May 18, 2024
1 parent c0f5735 commit b91b8bb
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/labeler.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,7 @@ labels:

- label: 'type/docs'
title: '^\s*.*?\sdocs(?:(.+))?!?:'
branch: '^docs/.*'
files:
- '**/*.md$'
- '**/*.mdx$'
Expand Down

0 comments on commit b91b8bb

Please sign in to comment.