File tree 3 files changed +11
-9
lines changed 3 files changed +11
-9
lines changed Original file line number Diff line number Diff line change @@ -41,15 +41,15 @@ modifies/internal:
41
41
- " .dockerignore"
42
42
- " docker/**"
43
43
- " .editorconfig"
44
- - " .eslintrc.yaml "
44
+ - " .eslintrc.cjs "
45
45
- " .golangci.yml"
46
46
- " .gitpod.yml"
47
47
- " .markdownlint.yaml"
48
48
- " .spectral.yaml"
49
49
- " stylelint.config.js"
50
50
- " .yamllint.yaml"
51
51
- " .github/**"
52
- - " .gitea/"
52
+ - " .gitea/** "
53
53
- " .devcontainer/**"
54
54
- " build.go"
55
55
- " build/**"
@@ -73,9 +73,9 @@ modifies/go:
73
73
modifies/frontend :
74
74
- changed-files :
75
75
- any-glob-to-any-file :
76
- - " **/* .js"
77
- - " **/* .ts"
78
- - " **/*.vue "
76
+ - " *.js"
77
+ - " *.ts"
78
+ - " web_src/** "
79
79
80
80
docs-update-needed :
81
81
- changed-files :
Original file line number Diff line number Diff line change @@ -51,14 +51,16 @@ jobs:
51
51
- "options/locale/locale_en-US.ini"
52
52
53
53
frontend:
54
- - "**/*.js"
54
+ - "*.js"
55
+ - "*.ts"
55
56
- "web_src/**"
57
+ - "tools/*.js"
58
+ - "tools/*.ts"
56
59
- "assets/emoji.json"
57
60
- "package.json"
58
61
- "package-lock.json"
59
62
- "Makefile"
60
- - ".eslintrc.yaml"
61
- - "stylelint.config.js"
63
+ - ".eslintrc.cjs"
62
64
- ".npmrc"
63
65
64
66
docs:
Original file line number Diff line number Diff line change 17
17
{{ctx.Locale.PrettyNumber .OpenCount}} {{ctx.Locale.Tr "repo.issues.open_title"}}
18
18
</a>
19
19
<a class="{{if eq .State "closed"}}active {{end}}item flex-text-inline" href="{{if eq .State "closed"}}{{$allStatesLink}}{{else}}{{$closedLink}}{{end}}">
20
- {{svg "octicon-check "}}
20
+ {{svg "octicon-issue-closed "}}
21
21
{{ctx.Locale.PrettyNumber .ClosedCount}} {{ctx.Locale.Tr "repo.issues.closed_title"}}
22
22
</a>
23
23
</div>
You can’t perform that action at this time.
0 commit comments