Skip to content

Commit 89b1a9f

Browse files
docs: fix schedule frequency list in update-workflow validation checklist (#1629)
Plain `weekly` (any day, scattered time) is a valid fuzzy schedule frequency — supported in src/fuzzy_schedule.rs and documented in docs/schedule-syntax.md — but was omitted from the validation checklist in prompts/update-ado-agentic-workflow.md. Also adds the long form `every N hours` alongside the short `every Nh` for completeness. Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com> Co-authored-by: Copilot <223556219+Copilot@users.noreply.github.com>
1 parent 5bf74df commit 89b1a9f

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

prompts/update-ado-agentic-workflow.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -309,7 +309,7 @@ Before finalizing any update, verify:
309309

310310
2. **MCP allow-lists**: Custom MCP servers (with `container:` or `url:`) have explicit `allowed:` lists.
311311

312-
3. **Schedule syntax**: The schedule expression uses valid fuzzy schedule syntax. Valid frequencies: `daily`, `weekly on <day>`, `hourly`, `every Nh`, `every N minutes`, `every N days`, `every N weeks`, `bi-weekly`, `tri-weekly`. Valid time specs: `around HH:MM`, `between HH:MM and HH:MM`.
312+
3. **Schedule syntax**: The schedule expression uses valid fuzzy schedule syntax. Valid frequencies: `daily`, `weekly`, `weekly on <day>`, `hourly`, `every Nh` / `every N hours`, `every N minutes`, `every N days`, `every N weeks`, `bi-weekly`, `tri-weekly`. Valid time specs: `around HH:MM`, `between HH:MM and HH:MM`.
313313

314314
4. **Repository aliases**: Every repo alias used in agent instructions or safe-output `repository:` fields exists as an entry in `repos:` with `checkout: true` (the default).
315315

0 commit comments

Comments
 (0)