Skip to content
Merged
Show file tree
Hide file tree
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
4 changes: 2 additions & 2 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,12 +19,12 @@ jobs:
- uses: actions/checkout@v4
with:
repository: Automattic/docs-agent
ref: 21dbeeddea7ae29efa68bb1c0590a00bbed93f3d
ref: 972ceb8a9ebcfafa1f88edc4fba173065415698a
path: .producer/docs-agent
- uses: actions/checkout@v4
with:
repository: Automattic/wp-codebox
ref: 65cc5fb4699cb7c2df13d04b4715c97097ac7565
ref: 6457dcae4cb8cf8e76cd174377de8cbee3ee12cb
path: .producer/wp-codebox
- uses: pnpm/action-setup@v4
with:
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/developer-docs-agent.yml
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ concurrency:
jobs:
developer-docs-agent:
name: Maintain Developer Docs
uses: Automattic/docs-agent/.github/workflows/maintain-docs.yml@21dbeeddea7ae29efa68bb1c0590a00bbed93f3d
uses: Automattic/docs-agent/.github/workflows/maintain-docs.yml@972ceb8a9ebcfafa1f88edc4fba173065415698a
with:
audience: technical
run_kind: ${{ github.event.inputs.run_kind || 'maintenance' }}
Expand Down
6 changes: 3 additions & 3 deletions tests/docs-agent-workflows.test.mjs
Original file line number Diff line number Diff line change
Expand Up @@ -4,10 +4,10 @@ import { readFile } from "node:fs/promises"
import { resolve } from "node:path"

const root = resolve(new URL("..", import.meta.url).pathname)
const docsAgentRevision = "21dbeeddea7ae29efa68bb1c0590a00bbed93f3d"
const docsAgentRevision = "972ceb8a9ebcfafa1f88edc4fba173065415698a"
const docsAgentPackageRevision = "85443eb91c12b2759d8e207f1ae4421407b4cc5e"
const wpCodeboxProducerRevision = "65cc5fb4699cb7c2df13d04b4715c97097ac7565"
const wpCodeboxWorkflowRef = "v0.12.27"
const wpCodeboxProducerRevision = "6457dcae4cb8cf8e76cd174377de8cbee3ee12cb"
const wpCodeboxWorkflowRef = "v0.12.28"
const docsAgentDir = process.env.DOCS_AGENT_DIR
const wpCodeboxDir = process.env.WP_CODEBOX_DIR

Expand Down
Loading