You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: docs/front-matter.md
+9-8Lines changed: 9 additions & 8 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -16,14 +16,7 @@ engine: copilot # Engine identifier. Defaults to copilot. Currently only 'copilo
16
16
# id: copilot
17
17
# model: claude-opus-4.7
18
18
# timeout-minutes: 30
19
-
on:
20
-
schedule: daily around 14:00 # Fuzzy schedule syntax - see docs/schedule-syntax.md
21
-
# schedule: # Alternative object format (with branch filtering)
22
-
# run: daily around 14:00
23
-
# branches:
24
-
# - main
25
-
# - release/*
26
-
workspace: repo# Optional: "root", "repo" (alias: "self"), or a checked-out repository alias. If not specified, defaults to "root" when no additional repositories are listed in `checkout:`, and to "repo" when one or more additional repos are checked out. See "Workspace Defaults" below.
19
+
workspace: repo # Optional: "root", "repo" (alias: "self"), or a checked-out repository alias. If not specified, defaults to "root" when no additional repositories are listed in `checkout:`, and to "repo" when one or more additional repos are checked out. See "Workspace Defaults" below.
27
20
pool: AZS-1ES-L-MMS-ubuntu-22.04 # Agent pool name (string format). Defaults to AZS-1ES-L-MMS-ubuntu-22.04.
28
21
# pool: # Alternative object format (required for 1ES if specifying os)
0 commit comments