|
1 | | -themes:themes/index.js |
2 | | -doc-translation:docs/* |
| 1 | +themes: |
| 2 | + -changed-files: |
| 3 | + -any-glob-to-any-file: |
| 4 | + -themes/index.js |
| 5 | + |
| 6 | +doc-translation: |
| 7 | + -changed-files: |
| 8 | + -any-glob-to-any-file: |
| 9 | + -docs/* |
| 10 | + |
3 | 11 | card-i18n: |
4 | | - -src/translations.js |
5 | | - -src/common/I18n.js |
| 12 | + -changed-files: |
| 13 | + -any-glob-to-any-file: |
| 14 | + -src/translations.js |
| 15 | + -src/common/I18n.js |
| 16 | + |
6 | 17 | documentation: |
7 | | - -readme.md |
8 | | - -CONTRIBUTING.md |
9 | | - -CODE_OF_CONDUCT.md |
10 | | - -SECURITY.md |
| 18 | + -changed-files: |
| 19 | + -any-glob-to-any-file: |
| 20 | + -readme.md |
| 21 | + -CONTRIBUTING.md |
| 22 | + -CODE_OF_CONDUCT.md |
| 23 | + -SECURITY.md |
| 24 | + |
11 | 25 | dependencies: |
12 | | - -package.json |
13 | | - -package-lock.json |
| 26 | + -changed-files: |
| 27 | + -any-glob-to-any-file: |
| 28 | + -package.json |
| 29 | + -package-lock.json |
| 30 | + |
14 | 31 | lang-card: |
15 | | - -api/top-langs.js |
16 | | - -src/cards/top-languages-card.js |
17 | | - -src/fetchers/top-languages-fetcher.js |
18 | | - -tests/fetchTopLanguages.test.js |
19 | | - -tests/renderTopLanguagesCard.test.js |
20 | | - -tests/top-langs.test.js |
| 32 | + -changed-files: |
| 33 | + -any-glob-to-any-file: |
| 34 | + -api/top-langs.js |
| 35 | + -src/cards/top-languages-card.js |
| 36 | + -src/fetchers/top-languages-fetcher.js |
| 37 | + -tests/fetchTopLanguages.test.js |
| 38 | + -tests/renderTopLanguagesCard.test.js |
| 39 | + -tests/top-langs.test.js |
| 40 | + |
21 | 41 | repo-card: |
22 | | - -api/pin.js |
23 | | - -src/cards/repo-card.js |
24 | | - -src/fetchers/repo-fetcher.js |
25 | | - -tests/fetchRepo.test.js |
26 | | - -tests/renderRepoCard.test.js |
27 | | - -tests/pin.test.js |
| 42 | + -changed-files: |
| 43 | + -any-glob-to-any-file: |
| 44 | + -api/pin.js |
| 45 | + -src/cards/repo-card.js |
| 46 | + -src/fetchers/repo-fetcher.js |
| 47 | + -tests/fetchRepo.test.js |
| 48 | + -tests/renderRepoCard.test.js |
| 49 | + -tests/pin.test.js |
| 50 | + |
28 | 51 | stats-card: |
29 | | - -api/index.js |
30 | | - -src/cards/stats-card.js |
31 | | - -src/fetchers/stats-fetcher.js |
32 | | - -tests/fetchStats.test.js |
33 | | - -tests/renderStatsCard.test.js |
34 | | - -tests/api.test.js |
| 52 | + -changed-files: |
| 53 | + -any-glob-to-any-file: |
| 54 | + -api/index.js |
| 55 | + -src/cards/stats-card.js |
| 56 | + -src/fetchers/stats-fetcher.js |
| 57 | + -tests/fetchStats.test.js |
| 58 | + -tests/renderStatsCard.test.js |
| 59 | + -tests/api.test.js |
| 60 | + |
35 | 61 | wakatime-card: |
36 | | - -api/wakatime.js |
37 | | - -src/cards/wakatime-card.js |
38 | | - -src/fetchers/wakatime-fetcher.js |
39 | | - -tests/fetchWakatime.test.js |
40 | | - -tests/renderWakatimeCard.test.js |
41 | | - -tests/wakatime.test.js |
| 62 | + -changed-files: |
| 63 | + -any-glob-to-any-file: |
| 64 | + -api/wakatime.js |
| 65 | + -src/cards/wakatime-card.js |
| 66 | + -src/fetchers/wakatime-fetcher.js |
| 67 | + -tests/fetchWakatime.test.js |
| 68 | + -tests/renderWakatimeCard.test.js |
| 69 | + -tests/wakatime.test.js |
| 70 | + |
42 | 71 | gist-card: |
43 | | - -api/gist.js |
44 | | - -src/cards/gist-card.js |
45 | | - -src/fetchers/gist-fetcher.js |
46 | | - -tests/fetchGist.test.js |
47 | | - -tests/renderGistCard.test.js |
48 | | - -tests/gist.test.js |
49 | | -ranks:src/calculateRank.js |
| 72 | + -changed-files: |
| 73 | + -any-glob-to-any-file: |
| 74 | + -api/gist.js |
| 75 | + -src/cards/gist-card.js |
| 76 | + -src/fetchers/gist-fetcher.js |
| 77 | + -tests/fetchGist.test.js |
| 78 | + -tests/renderGistCard.test.js |
| 79 | + -tests/gist.test.js |
| 80 | + |
| 81 | +ranks: |
| 82 | + -changed-files: |
| 83 | + -any-glob-to-any-file: |
| 84 | + -src/calculateRank.js |
| 85 | + |
50 | 86 | ci: |
51 | | - -.github/workflows/* |
52 | | - -scripts/* |
53 | | -infrastructure:.eslintrc.json |
| 87 | + -changed-files: |
| 88 | + -any-glob-to-any-file: |
| 89 | + -.github/workflows/* |
| 90 | + -scripts/* |
| 91 | + |
| 92 | +infrastructure: |
| 93 | + -changed-files: |
| 94 | + -any-glob-to-any-file: |
| 95 | + -.eslintrc.json |