Skip to content

Commit f218cec

Browse files
authored
Advance docs maintenance to WP Codebox v0.12.27 (#116)
1 parent 9092bf1 commit f218cec

3 files changed

Lines changed: 6 additions & 6 deletions

File tree

.github/workflows/ci.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -19,12 +19,12 @@ jobs:
1919
- uses: actions/checkout@v4
2020
with:
2121
repository: Automattic/docs-agent
22-
ref: a7f820c231d11c79e598a458059cd34b9ad12dda
22+
ref: 5302ef41556e7f681e1f1c95a9a3f37f3db4a9dc
2323
path: .producer/docs-agent
2424
- uses: actions/checkout@v4
2525
with:
2626
repository: Automattic/wp-codebox
27-
ref: 2d5d000f2f43670117b373d1b26a23181ee05480
27+
ref: 65cc5fb4699cb7c2df13d04b4715c97097ac7565
2828
path: .producer/wp-codebox
2929
- uses: pnpm/action-setup@v4
3030
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@a7f820c231d11c79e598a458059cd34b9ad12dda
30+
uses: Automattic/docs-agent/.github/workflows/maintain-docs.yml@5302ef41556e7f681e1f1c95a9a3f37f3db4a9dc
3131
with:
3232
audience: technical
3333
run_kind: ${{ github.event.inputs.run_kind || 'maintenance' }}

tests/docs-agent-workflows.test.mjs

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -4,10 +4,10 @@ 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 = "a7f820c231d11c79e598a458059cd34b9ad12dda"
7+
const docsAgentRevision = "5302ef41556e7f681e1f1c95a9a3f37f3db4a9dc"
88
const docsAgentPackageRevision = "7b2df969c34de112ec7ad13189ba94226a7f76f3"
9-
const wpCodeboxProducerRevision = "2d5d000f2f43670117b373d1b26a23181ee05480"
10-
const wpCodeboxWorkflowRef = "v0.12.26"
9+
const wpCodeboxProducerRevision = "65cc5fb4699cb7c2df13d04b4715c97097ac7565"
10+
const wpCodeboxWorkflowRef = "v0.12.27"
1111
const docsAgentDir = process.env.DOCS_AGENT_DIR
1212
const wpCodeboxDir = process.env.WP_CODEBOX_DIR
1313

0 commit comments

Comments
 (0)