mirror of
https://github.com/System-End/github-readme-stats.git
synced 2026-04-19 16:38:23 +00:00
Improve pull requests labeler (#2812)
This commit is contained in:
parent
99d560f573
commit
768721f325
1 changed files with 23 additions and 0 deletions
23
.github/labeler.yml
vendored
23
.github/labeler.yml
vendored
|
|
@ -2,3 +2,26 @@ themes: themes/index.js
|
|||
doc-translation: docs/*
|
||||
card-i18n: src/translations.js
|
||||
documentation: readme.md
|
||||
dependencies:
|
||||
- package.json
|
||||
- package-lock.json
|
||||
lang-card:
|
||||
- api/top-langs.js
|
||||
- src/cards/top-languages-card.js
|
||||
- src/fetchers/top-languages-fetcher.js
|
||||
repo-card:
|
||||
- api/pin.js
|
||||
- src/cards/repo-card.js
|
||||
- src/fetchers/repo-fetcher.js
|
||||
stats-card:
|
||||
- api/index.js
|
||||
- src/cards/stats-card.js
|
||||
- src/fetchers/stats-fetcher.js
|
||||
wakatime-card:
|
||||
- api/wakatime.js
|
||||
- src/cards/wakatime-card.js
|
||||
- src/fetchers/wakatime-fetcher.js
|
||||
ranks: src/calculateRank.js
|
||||
ci:
|
||||
- .github/workflows/*
|
||||
- scripts/*
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue