dx: Fix file filter for platform/backend auto-label (#10115)

- Fixes #10114

### Changes 🏗️

- Change file matching patterns OR to AND in auto-labeler config
This commit is contained in:
Reinier van der Leer
2025-06-05 16:49:14 +01:00
committed by GitHub
parent 96df40f7b6
commit f2a04f9845

5
.github/labeler.yml vendored
View File

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