We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 0eb79e7 commit 1f68d9dCopy full SHA for 1f68d9d
3 files changed
scripts/get-github-info/get-github-info.ts
@@ -40,6 +40,7 @@ async function main() {
40
const content = await fs.readFile(filePath, "utf8")
41
const { data } = grayMatter(content)
42
if (data.github) {
43
+ // TODO: This needs to be pooled to make the builds faster.
44
const stats = await getGitHubStats(data.github)
45
if (stats) {
46
newState.set(data.github, stats)
0 commit comments