docs: update check-fixer max_retries default to 10 [doc-updater] - #2683
Merged
Conversation
Raised in shared/check-fixers.yml by #2682.
Contributor
There was a problem hiding this comment.
Documentation-only sync. Verified against the source of truth:
shared/check-fixers.ymlsetsdefaults.max_retries: 10, and every per-job override (Lint/Python,Lint/Shell,Lint/YAML,Lint/Docker,Lint/Actions,Lint/Custom Checks,Test/Unit Tests,Test/Security Scan,Test/Integration Tests / Integration Tests) is also10. The file was introduced in 764ef3b (#2682), as cited in the PR description.- The two doc edits in
docs/guides/github-automation.md(prose at line 411 and the configuration table row at line 438) both move3→10consistently. - Greppped the rest of the repo for stale references; no other doc still claims a
3default for check-fixermax_retries. Othermax_retries=3hits (e.g.docs/reference/agent-recovery.md,orchestrator/resilience.py) are unrelated retry subsystems with their own defaults.
No security, correctness, or robustness concerns — this is a pure doc/source-of-truth alignment.
— Authored by egg
Contributor
Author
|
egg review completed. View run logs |
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.
Update documentation to reflect changes from 764ef3b:
docs/guides/github-automation.mddocumented themax_retriesdefault as3, but ci: raise check-fixer max_retries to 10 #2682 raised all retry limits to10inshared/check-fixers.yml. Updated both the prose description and the configuration table to reflect the new default.Triggered by: #2682
Authored-by: egg