There was an error while loading. Please reload this page.
1 parent 22f81b2 commit b5a4819Copy full SHA for b5a4819
1 file changed
.github/labeler.yaml
@@ -1,19 +1,19 @@
1
-# Add web label if they changed web code
2
-web:
+# Add api label if they changed api code
+api:
3
- changed-files:
4
- - any-glob-to-any-file: apps/web/**
+ - any-glob-to-any-file: apps/api/**
5
+
6
+# Add bot label if they changed bot code
7
+bot:
8
+ - changed-files:
9
+ - any-glob-to-any-file: apps/bot/**
10
11
# Add desktop label if they changed desktop code
12
desktop:
13
14
- any-glob-to-any-file: apps/desktop/**
-
-# Add updater label if they changed updater code
-updater:
- - changed-files:
- - any-glob-to-any-file: apps/updater/**
15
16
17
-bot:
+# Add web label if they changed web code
+web:
18
19
- - any-glob-to-any-file: apps/bot/**
+ - any-glob-to-any-file: apps/web/**
0 commit comments