Skip to content

Commit 98f7e7b

Browse files
committed
chore: add onboarding, session, and phone area labels for PR labeler
Signed-off-by: Brandon McAnsh <git@bmcreations.dev>
1 parent b3cddfc commit 98f7e7b

1 file changed

Lines changed: 17 additions & 3 deletions

File tree

.github/labeler.yml

Lines changed: 17 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -25,13 +25,27 @@
2525
"area: auth":
2626
- changed-files:
2727
- any-glob-to-any-file:
28-
- "apps/flipcash/features/login/**"
2928
- "apps/flipcash/shared/authentication/**"
30-
- "apps/flipcash/shared/accesskey/**"
29+
30+
"area: session":
31+
- changed-files:
32+
- any-glob-to-any-file:
3133
- "apps/flipcash/shared/session/**"
32-
- "apps/flipcash/features/contact-verification/**"
34+
35+
"area: phone":
36+
- changed-files:
37+
- any-glob-to-any-file:
3338
- "apps/flipcash/shared/phone/**"
3439

40+
"area: onboarding":
41+
- changed-files:
42+
- any-glob-to-any-file:
43+
- "apps/flipcash/features/login/**"
44+
- "apps/flipcash/shared/accesskey/**"
45+
- "apps/flipcash/features/contact-verification/**"
46+
- "apps/flipcash/shared/permissions/**"
47+
- "apps/flipcash/core/**/onboarding/**"
48+
3549
"area: tokens":
3650
- changed-files:
3751
- any-glob-to-any-file:

0 commit comments

Comments
 (0)