Skip to content

Commit a9a15ad

Browse files
hkirschner_microsoftCopilot
andcommitted
chore(workflows): extend expires to 3d, add auto-merge for doc updater
- Increase safe-output expiration from 1d to 3d across all gh-aw workflows - Add auto-merge: true to daily-doc-updater safe-output PR config - Maintenance schedule auto-adjusted from every 2h to every 12h Co-authored-by: Copilot <223556219+Copilot@users.noreply.github.com>
1 parent aa6ea2f commit a9a15ad

7 files changed

Lines changed: 48 additions & 47 deletions

File tree

.github/workflows/agentics-maintenance.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@ name: Agentic Maintenance
3434

3535
on:
3636
schedule:
37-
- cron: "37 */2 * * *" # Every 2 hours (based on minimum expires: 1 days)
37+
- cron: "37 */12 * * *" # Every 12 hours (based on minimum expires: 3 days)
3838
workflow_dispatch:
3939
inputs:
4040
operation:

.github/workflows/ci-doctor.lock.yml

Lines changed: 13 additions & 13 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

.github/workflows/ci-doctor.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ strict: true
2727

2828
safe-outputs:
2929
create-issue:
30-
expires: 1d
30+
expires: 3d
3131
title-prefix: "[CI Failure Doctor] "
3232
labels: [ci-failure, automation]
3333
close-older-issues: true

0 commit comments

Comments
 (0)