Skip to content

Commit 17bd797

Browse files
authored
Advance Docs Agent drift audit contract (#122)
1 parent b4438f6 commit 17bd797

3 files changed

Lines changed: 4 additions & 4 deletions

File tree

.github/workflows/ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ jobs:
1919
- uses: actions/checkout@v4
2020
with:
2121
repository: Automattic/docs-agent
22-
ref: 53f43bc6433d2631750edabcb458a77db55aa8cb
22+
ref: 21dbeeddea7ae29efa68bb1c0590a00bbed93f3d
2323
path: .producer/docs-agent
2424
- uses: actions/checkout@v4
2525
with:

.github/workflows/developer-docs-agent.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ concurrency:
2727
jobs:
2828
developer-docs-agent:
2929
name: Maintain Developer Docs
30-
uses: Automattic/docs-agent/.github/workflows/maintain-docs.yml@53f43bc6433d2631750edabcb458a77db55aa8cb
30+
uses: Automattic/docs-agent/.github/workflows/maintain-docs.yml@21dbeeddea7ae29efa68bb1c0590a00bbed93f3d
3131
with:
3232
audience: technical
3333
run_kind: ${{ github.event.inputs.run_kind || 'maintenance' }}

tests/docs-agent-workflows.test.mjs

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,8 +4,8 @@ import { readFile } from "node:fs/promises"
44
import { resolve } from "node:path"
55

66
const root = resolve(new URL("..", import.meta.url).pathname)
7-
const docsAgentRevision = "53f43bc6433d2631750edabcb458a77db55aa8cb"
8-
const docsAgentPackageRevision = "7b2df969c34de112ec7ad13189ba94226a7f76f3"
7+
const docsAgentRevision = "21dbeeddea7ae29efa68bb1c0590a00bbed93f3d"
8+
const docsAgentPackageRevision = "85443eb91c12b2759d8e207f1ae4421407b4cc5e"
99
const wpCodeboxProducerRevision = "65cc5fb4699cb7c2df13d04b4715c97097ac7565"
1010
const wpCodeboxWorkflowRef = "v0.12.27"
1111
const docsAgentDir = process.env.DOCS_AGENT_DIR

0 commit comments

Comments
 (0)