docs: fix GitHub suggestion-count configuration examples - #3337
Draft
teachershuang wants to merge 1 commit into
Draft
teachershuang wants to merge 1 commit into
teachershuang wants to merge 1 commit into
Conversation
Signed-off-by: teachershuang <guhongkaiailaopo@gmail.com>
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Fixes #3331.
Use
num_code_suggestions_per_chunkin the three GitHub installation examples. The previous keys left the actual setting at its default. Values and configuration mechanisms are unchanged; no runtime, default, dependency or workflow changes.Validation (Windows, Python 3.12.13, frozen dependencies, uv 0.12.10):
3/3/3; corrected examples read6/8/6.Broader Windows unit run: 7697 passed, 42 failed, 5 errors, 33 skipped, 1 xfailed, 1 deselected (142.79s). Cleared proxy variables only in the test process to avoid the host's SOCKS/missing-socksio issue. All 47 failed/error test IDs also fail on the unmodified parent (exact failed-test rerun: 42 failed / 5 errors); categories include CRLF/GBK, unsupported Windows filesystem/POSIX operations and cleanup timing assertions. No unrelated runtime fixes included.
The deselected case is
test_skills_loader.py::TestPathExpansion::test_tilde_in_path_is_expanded: it patches onlyHOME, while WindowsexpanduserusesUSERPROFILE, causing discovery to traverse the actual user directory. Stopped the original run and isolated reproduction at that case, then explicitly deselected it for the broader run. It is not counted as passing. Restored the exact committed docs and reran the focused checks afterward.No live provider/e2e run; no executable lines changed, so diff coverage is not applicable. Upstream Build-and-test, pre-commit and CodeQL all await workflow approval with zero jobs. Keeping Draft; local Windows results are not Linux-container CI validation.
Investigation, editing, validation and independent review are AI-assisted.