hermes-agent/.github/actions/detect-changes
Siddharth Balyan 21f971bbab
fix(ci): null-safe files iteration in the paginated compare (#66867)
A PR more than 100 commits ahead of its merge-base paginates the compare
endpoint; pages after the first carry files: null, so the bare .files[]
made jq die with 'cannot iterate over: null' on every retry and forced
the classifier's fail-open path (all lanes on, ci_review gate demanding
a label with zero CI-sensitive files in the diff). .files[]? keeps the
page-one file list and ignores the null tail.
2026-07-18 19:17:09 +05:30
..
action.yml fix(ci): null-safe files iteration in the paginated compare (#66867) 2026-07-18 19:17:09 +05:30