ci(issue-labeler): add docs label

Andrey Nering created

Change summary

.github/labeler.yml | 2 ++
1 file changed, 2 insertions(+)

Detailed changes

.github/labeler.yml 🔗

@@ -2,6 +2,8 @@
   - "/^ci: /i"
 "area: diff":
   - "/diff/i"
+"area: docs":
+  - "/(docs|documentation|readme)/i"
 "area: images":
   - "/image/i"
 "area: lsp":