From 40fdaa4ea7c113fa617bdcbfa5bdf5c8cb81f7c4 Mon Sep 17 00:00:00 2001 From: Paul Wackerow <54227730+wackerow@users.noreply.github.com> Date: Wed, 22 May 2024 13:58:21 -0600 Subject: [PATCH] feat: update labeler --- .github/labeler.yml | 22 ++++++++++------------ 1 file changed, 10 insertions(+), 12 deletions(-) diff --git a/.github/labeler.yml b/.github/labeler.yml index 1fd50cbb8cf..f8a4dc02445 100644 --- a/.github/labeler.yml +++ b/.github/labeler.yml @@ -1,22 +1,19 @@ -"needs review 👀": - - src/**/* - - public/* - "documentation 📖": - README.md + - docs/**/* "tooling 🔧": - .github/**/* - - src/scripts/* - - src/lib/* - - src/hooks/* + - src/scripts/**/* + - src/lib/**/* + - src/hooks/**/* + - .storybook/**/* "dependencies 📦": - package.json - yarn.lock -"internal 🏠": - - .all-contributorsrc +"config ⚙️": - i18n.config.json - next.config.js - next-i18next.config,js @@ -30,13 +27,14 @@ - netlify.toml "translation 🌍": - - src/content/translations/**/* + - public/content/translations/**/* - src/intl/**/* - - src/lib/utils/translations.ts + - !src/intl/en/** "content 🖋️": - - src/pages/* + - src/intl/en/** - public/content/**/* + - !public/content/translations/**/* "event 📅": - src/data/community-events.json