Skip to content

Commit

Permalink
Merge pull request #13022 from ethereum/update-labeler
Browse files Browse the repository at this point in the history
feat: update labeler
  • Loading branch information
corwintines authored May 23, 2024
2 parents ab9e84f + 40fdaa4 commit 18fd8d5
Showing 1 changed file with 10 additions and 12 deletions.
22 changes: 10 additions & 12 deletions .github/labeler.yml
Original file line number Diff line number Diff line change
@@ -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
Expand All @@ -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

0 comments on commit 18fd8d5

Please sign in to comment.