Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit 998120f

Browse files
fix: add blank lines after scenario headings for markdown linting
The markdown linter expects blank lines after scenario headings before list items. This fixes the CI lint failure by conforming to the expected markdown format. Co-authored-by: matifali <[email protected]>
1 parent ae767ba commit 998120f

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

docs/admin/templates/managing-templates/schedule.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -104,12 +104,15 @@ When both template-level autostop requirements and user-configurable autostop ar
104104
#### Example scenarios
105105

106106
**Scenario 1**: Template requires daily stops, user sets 7-day autostop
107+
107108
- **Result**: Workspace stops daily during quiet hours (requirement takes precedence)
108109

109110
**Scenario 2**: Template requires weekly stops, user sets 2-day autostop
111+
110112
- **Result**: Workspace stops after 2 days of inactivity (user setting is shorter)
111113

112114
**Scenario 3**: Template requires daily stops, user disables autostop
115+
113116
- **Result**: Workspace still stops daily during quiet hours (requirement cannot be overridden)
114117

115118
## User quiet hours

0 commit comments

Comments
 (0)