You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Fix: decode PR list entries individually to skip invalid entries
The previous implementation used Schema.Array(GitHubPullRequestSchema) which
fails the entire decode if any single entry is invalid. This restores the
lenient per-entry behavior where invalid entries are silently skipped,
matching the old parsePullRequestList semantics.
0 commit comments