mirror of
https://github.com/Significant-Gravitas/AutoGPT.git
synced 2026-04-08 03:00:28 -04:00
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:
committed by
GitHub
parent
96df40f7b6
commit
f2a04f9845
5
.github/labeler.yml
vendored
5
.github/labeler.yml
vendored
@@ -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:
|
||||
|
||||
Reference in New Issue
Block a user