Skip to content

Commit 8d26856

Browse files
authored
Migrate 21 workflows to shared/daily-audit-base.md to reduce prompt drift (#28814)
1 parent 0317247 commit 8d26856

42 files changed

Lines changed: 1062 additions & 409 deletions

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

.github/workflows/daily-architecture-diagram.lock.yml

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

.github/workflows/daily-architecture-diagram.md

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,10 @@ safe-outputs:
3232
noop:
3333

3434
imports:
35-
- shared/reporting-otlp.md
35+
- uses: shared/daily-audit-base.md
36+
with:
37+
title-prefix: "[architecture-diagram] "
38+
expires: 3d
3639

3740
timeout-minutes: 20
3841
strict: true

.github/workflows/daily-cli-performance.lock.yml

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

.github/workflows/daily-cli-performance.md

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -55,7 +55,10 @@ safe-outputs:
5555
timeout-minutes: 20
5656
strict: true
5757
imports:
58-
- shared/reporting-otlp.md
58+
- uses: shared/daily-audit-base.md
59+
with:
60+
title-prefix: "[daily-cli-performance] "
61+
expires: 3d
5962
- shared/go-make.md
6063
features:
6164
mcp-cli: true

0 commit comments

Comments
 (0)