Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
35 changes: 10 additions & 25 deletions .kaizen/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,31 +13,16 @@ run:
maxAttemptsPerIssue: 3
latestStartHour: 7
scheduler:
jobs:
maintenance:
enabled: true
schedule:
type: daily
time: "01:45"
run:
mode: maintenance
lateStartGuard: true
maintenance-followup:
enabled: true
schedule:
type: daily
time: "13:45"
run:
mode: maintenance
lateStartGuard: false
issue-watch:
enabled: false
schedule:
type: interval
everyMinutes: 5
run:
mode: watch
skipIfRunning: true
nightly:
Comment thread
s-hiraoku marked this conversation as resolved.
enabled: true
time: "01:45"
afternoon:
enabled: true
time: "13:45"
poll:
enabled: false
intervalMinutes: 5
skipIfRunning: true
commands:
setup: null
verify:
Expand Down
Loading