Skip to content

fix: minimize native check evaluation payload#6

Merged
kazukinakai merged 2 commits into
mainfrom
fix/minimize-check-payload
Jul 24, 2026
Merged

fix: minimize native check evaluation payload#6
kazukinakai merged 2 commits into
mainfrom
fix/minimize-check-payload

Conversation

@kazukinakai

Copy link
Copy Markdown
Member

Summary

  • pass only the four fields required to evaluate repository-native checks
  • prevent the check-run payload from exceeding the process environment limit
  • retain exact context and workflow-path anti-spoof validation
  • pin caller and implementation to the reviewed fix commit

Production evidence

The agiletec canary found both successful native checks, then failed with Argument list too long while passing the full 100-check API payload through CHECK_RUNS.

Verification

  • python3 -m unittest discover -s tests (37 passed)
  • shell and Node syntax checks
  • actionlint v1.7.7
  • git diff --check

@kazukinakai
kazukinakai enabled auto-merge July 24, 2026 14:06
@kazukinakai
kazukinakai merged commit 3938de3 into main Jul 24, 2026
11 checks passed
@kazukinakai
kazukinakai deleted the fix/minimize-check-payload branch July 24, 2026 14:53
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant