Skip to content

Commit b5a4819

Browse files
authored
chore: cleanup labeler (#281)
1 parent 22f81b2 commit b5a4819

1 file changed

Lines changed: 12 additions & 12 deletions

File tree

.github/labeler.yaml

Lines changed: 12 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -1,19 +1,19 @@
1-
# Add web label if they changed web code
2-
web:
1+
# Add api label if they changed api code
2+
api:
33
- changed-files:
4-
- any-glob-to-any-file: apps/web/**
4+
- 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/**
510

611
# Add desktop label if they changed desktop code
712
desktop:
813
- changed-files:
914
- any-glob-to-any-file: apps/desktop/**
10-
11-
# Add updater label if they changed updater code
12-
updater:
13-
- changed-files:
14-
- any-glob-to-any-file: apps/updater/**
15-
16-
# Add updater label if they changed updater code
17-
bot:
15+
16+
# Add web label if they changed web code
17+
web:
1818
- changed-files:
19-
- any-glob-to-any-file: apps/bot/**
19+
- any-glob-to-any-file: apps/web/**

0 commit comments

Comments
 (0)