Skip to content

Commit 76ffbf4

Browse files
Update default GitHub star count
1 parent b6fbee8 commit 76ffbf4

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)