Skip to content

Commit 882ee25

Browse files
Merge pull request #2618 from ClickHouse/update-default-github-star-count
Update default GitHub star count
2 parents b6fbee8 + 76ffbf4 commit 882ee25

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

plugins/header.js

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ async function chHeader(context, opts) {
1414
'https://api.github.com/repos/ClickHouse/ClickHouse'
1515
)
1616
const data = await githubData.json()
17-
const stars = data?.stargazers_count ?? 28203
17+
const stars = data?.stargazers_count ?? 36500
1818
return {
1919
github: {
2020
stars
@@ -30,4 +30,4 @@ async function chHeader(context, opts) {
3030
};
3131
}
3232

33-
module.exports = chHeader;
33+
module.exports = chHeader;

0 commit comments

Comments
 (0)