docs: use per-source pollInterval in README snippets#852
Merged
Conversation
The README YAML snippets used the deprecated top-level spec.pollInterval field. Move pollInterval inside the githubIssues source block in both the self-development section and the TaskSpawner quick-start example, aligning them with the reference docs, examples, and the actual kelos-workers.yaml manifest. Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
gjkim42
approved these changes
Mar 30, 2026
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.
What type of PR is this?
/kind docs
What this PR does / why we need it:
Moves
pollIntervalfrom the deprecated top-levelspec.pollIntervalposition into the per-sourcegithubIssuesblock in two README YAML snippets:This aligns the README with the reference docs (
docs/reference.md), examples 03/06, and the actualself-development/kelos-workers.yamlmanifest.Which issue(s) this PR is related to:
Fixes #849
Special notes for your reviewer:
N/A
Does this PR introduce a user-facing change?
Summary by cubic
Update README YAML snippets to place
pollIntervalinside the per-sourcegithubIssuesblock instead of the deprecated top-levelspec.pollInterval. This aligns the examples with the reference docs and current manifests to prevent copying outdated config.Written for commit c40eae9. Summary will update on new commits.