Skip to content

Commit 16599bb

Browse files
authored
fix(daily-code-metrics): increase max-patch-size to prevent push_repo_memory failures (#20353)
1 parent aee512b commit 16599bb

File tree

2 files changed

+5
-4
lines changed

2 files changed

+5
-4
lines changed

.github/workflows/daily-code-metrics.lock.yml

Lines changed: 4 additions & 4 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

.github/workflows/daily-code-metrics.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -15,6 +15,7 @@ tools:
1515
description: "Historical code quality and health metrics"
1616
file-glob: ["*.json", "*.jsonl", "*.csv", "*.md"]
1717
max-file-size: 102400 # 100KB
18+
max-patch-size: 51200 # 50KB - increased from default 10KB to handle history.jsonl growth
1819
bash: true
1920
safe-outputs:
2021
upload-asset:

0 commit comments

Comments
 (0)