Movatterモバイル変換


[0]ホーム

URL:


Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

Commitc31f3e8

Browse files
authored
ci: update labeler config to match latest action version (anuraghazra#3533)
* ci: update labeler config to match latest action version* dev* dev* dev* dev* dev* dev* dev* dev* dev* dev
1 parent23472f4 commitc31f3e8

File tree

2 files changed

+87
-44
lines changed

2 files changed

+87
-44
lines changed

‎.github/labeler.yml

Lines changed: 86 additions & 44 deletions
Original file line numberDiff line numberDiff line change
@@ -1,53 +1,95 @@
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+
311
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+
617
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+
1125
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+
1431
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+
2141
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+
2851
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+
3561
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+
4271
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+
5086
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

‎.github/workflows/label-pr.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -24,3 +24,4 @@ jobs:
2424
-uses:actions/labeler@8558fd74291d67161a8a78ce36a881fa63b766a9# v5.0.0
2525
with:
2626
repo-token:"${{ secrets.GITHUB_TOKEN }}"
27+
sync-labels:true

0 commit comments

Comments
 (0)

[8]ページ先頭

©2009-2025 Movatter.jp