mirror of
https://github.com/Significant-Gravitas/AutoGPT.git
synced 2026-01-08 06:44:05 -05:00
- Fixes #10114 ### Changes 🏗️ - Change file matching patterns OR to AND in auto-labeler config
34 lines
740 B
YAML
34 lines
740 B
YAML
Classic AutoGPT Agent:
|
|
- changed-files:
|
|
- any-glob-to-any-file: classic/original_autogpt/**
|
|
|
|
Classic Benchmark:
|
|
- changed-files:
|
|
- any-glob-to-any-file: classic/benchmark/**
|
|
|
|
Classic Frontend:
|
|
- changed-files:
|
|
- any-glob-to-any-file: classic/frontend/**
|
|
|
|
Forge:
|
|
- changed-files:
|
|
- any-glob-to-any-file: classic/forge/**
|
|
|
|
documentation:
|
|
- changed-files:
|
|
- any-glob-to-any-file: docs/**
|
|
|
|
platform/frontend:
|
|
- changed-files:
|
|
- any-glob-to-any-file: autogpt_platform/frontend/**
|
|
|
|
platform/backend:
|
|
- changed-files:
|
|
- all-globs-to-any-file:
|
|
- autogpt_platform/backend/**
|
|
- '!autogpt_platform/backend/backend/blocks/**'
|
|
|
|
platform/blocks:
|
|
- changed-files:
|
|
- any-glob-to-any-file: autogpt_platform/backend/backend/blocks/**
|