mirror of
https://github.com/Significant-Gravitas/Auto-GPT.git
synced 2025-01-09 04:19:02 +08:00
c64a2d4101
Automatically apply the `platform/blocks` label to PRs that change files in `backend/blocks/`
33 lines
755 B
YAML
33 lines
755 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:
|
|
- 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/**
|