aboutsummaryrefslogtreecommitdiff
path: root/.github/labeler.yml
diff options
context:
space:
mode:
Diffstat (limited to '.github/labeler.yml')
-rw-r--r--.github/labeler.yml23
1 files changed, 23 insertions, 0 deletions
diff --git a/.github/labeler.yml b/.github/labeler.yml
new file mode 100644
index 000000000..140174388
--- /dev/null
+++ b/.github/labeler.yml
@@ -0,0 +1,23 @@
+AutoGPT Agent:
+- changed-files:
+ - any-glob-to-any-file: autogpts/autogpt/**
+
+Forge:
+- changed-files:
+ - any-glob-to-any-file: autogpts/forge/**
+
+Benchmark:
+- changed-files:
+ - any-glob-to-any-file: benchmark/**
+
+Frontend:
+- changed-files:
+ - any-glob-to-any-file: frontend/**
+
+Arena:
+- changed-files:
+ - any-glob-to-any-file: arena/**
+
+documentation:
+- changed-files:
+ - any-glob-to-any-file: docs/**