Skip to content

Commit c0f5919

Browse files
Copilotpelikhan
andauthored
fix(workflow): revert pr-sous-chef PR cap to process all eligible PRs
Co-authored-by: pelikhan <4175913+pelikhan@users.noreply.github.com>
1 parent ef685fd commit c0f5919

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/pr-sous-chef.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -255,7 +255,7 @@ When this workflow is triggered by the `/souschef` slash command on a PR comment
255255
1. Read `/tmp/gh-aw/agent/pr-sous-chef-candidates-compact.json` first.
256256
2. If `prs` is empty, create the run-report issue (see **Run summary** below) and stop. If `create_issue` is unavailable, fall back to `noop` with the message `"processed=0; nudged=0; no eligible PRs"` and stop.
257257
3. Process PRs in `updatedAt` descending order.
258-
4. Process at most **5 PRs** per run.
258+
4. Process all eligible PRs per run.
259259
5. Use the `pr-processor` sub-agent for each PR; pass only the PR number and compact context.
260260
6. If a `pr-processor` call returns non-JSON or an error, record `{pr_number: <N>, skip_reason: "sub_agent_error"}` in the `skipped` array of the run-summary issue payload and move to the next PR without retrying.
261261
7. Do not fetch full PR diffs or large file lists unless absolutely required for a skip decision.

0 commit comments

Comments
 (0)