dx(blocks): Auto-label block PRs (#8230)

Automatically apply the `platform/blocks` label to PRs that change files in `backend/blocks/`
This commit is contained in:
Reinier van der Leer 2024-09-30 21:52:05 +02:00 committed by GitHub
parent 1de99ca4df
commit c64a2d4101
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

5
.github/labeler.yml vendored
View File

@ -25,3 +25,8 @@ platform/frontend:
platform/backend:
- changed-files:
- any-glob-to-any-file: autogpt_platform/backend/**
- all-globs-to-all-files: '!autogpt_platform/backend/backend/blocks/**'
platform/blocks:
- changed-files:
- any-glob-to-any-file: autogpt_platform/backend/backend/blocks/**