Skip to content

Commit 40fdaa4

Browse files
committed
feat: update labeler
1 parent ab9e84f commit 40fdaa4

File tree

1 file changed

+10
-12
lines changed

1 file changed

+10
-12
lines changed

.github/labeler.yml

Lines changed: 10 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -1,22 +1,19 @@
1-
"needs review 👀":
2-
- src/**/*
3-
- public/*
4-
51
"documentation 📖":
62
- README.md
3+
- docs/**/*
74

85
"tooling 🔧":
96
- .github/**/*
10-
- src/scripts/*
11-
- src/lib/*
12-
- src/hooks/*
7+
- src/scripts/**/*
8+
- src/lib/**/*
9+
- src/hooks/**/*
10+
- .storybook/**/*
1311

1412
"dependencies 📦":
1513
- package.json
1614
- yarn.lock
1715

18-
"internal 🏠":
19-
- .all-contributorsrc
16+
"config ⚙️":
2017
- i18n.config.json
2118
- next.config.js
2219
- next-i18next.config,js
@@ -30,13 +27,14 @@
3027
- netlify.toml
3128

3229
"translation 🌍":
33-
- src/content/translations/**/*
30+
- public/content/translations/**/*
3431
- src/intl/**/*
35-
- src/lib/utils/translations.ts
32+
- !src/intl/en/**
3633

3734
"content 🖋️":
38-
- src/pages/*
35+
- src/intl/en/**
3936
- public/content/**/*
37+
- !public/content/translations/**/*
4038

4139
"event 📅":
4240
- src/data/community-events.json

0 commit comments

Comments
 (0)