chore(KNO-12832): Update day_of_month description for window rules - #1646
Merged
Conversation
|
The latest updates on your projects. Learn more about Vercel for GitHub.
|
There was a problem hiding this comment.
Risk LOW: Updates the day_of_month table description in batch, delay, and throttle window rule docs to clarify default behavior when the field is omitted.
Reasons
- Only three existing
.mdxcontent files are modified; no code, components, or configuration changes - Small diff (3 additions, 3 deletions) with one-line text updates per file
- All changes stay within the same
content/designing-workflows/section - No new pages, sidebar navigation changes, OpenAPI spec updates, or new images
- Author
rachael-tis a known repository contributor
Notes
- Verify the default-behavior wording matches product behavior for batch, delay, and throttle windows (each references its respective window type)
- Confirm the updated descriptions align with any related API or schema documentation for window rules
Sent by Cursor Automation: Docs PR classifier
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.


Description
Updates the
day_of_monthdescription for batch, throttle, and delay window rules to explain the default when the field is omitted, making the behavior more explicit instead of leaving it as a generic “useful when frequency is monthly” note.Tasks
KNO-12832