feat(dx): Add Builder and Server to auto-labeler

This commit is contained in:
Reinier van der Leer
2024-07-18 00:19:38 +02:00
parent 90371e1781
commit 354e626965

8
.github/labeler.yml vendored
View File

@@ -17,3 +17,11 @@ Frontend:
documentation:
- changed-files:
- any-glob-to-any-file: docs/**
Builder:
- changed-files:
- any-glob-to-any-file: rnd/autogpt_builder/**
Server:
- changed-files:
- any-glob-to-any-file: rnd/autogpt_server/**