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
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ jobs:
- uses: actions/checkout@v4
with:
repository: Automattic/docs-agent
ref: 53f43bc6433d2631750edabcb458a77db55aa8cb
ref: 21dbeeddea7ae29efa68bb1c0590a00bbed93f3d
path: .producer/docs-agent
- uses: actions/checkout@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@53f43bc6433d2631750edabcb458a77db55aa8cb
uses: Automattic/docs-agent/.github/workflows/maintain-docs.yml@21dbeeddea7ae29efa68bb1c0590a00bbed93f3d
with:
audience: technical
run_kind: ${{ github.event.inputs.run_kind || 'maintenance' }}
Expand Down
4 changes: 2 additions & 2 deletions tests/docs-agent-workflows.test.mjs
Original file line number Diff line number Diff line change
Expand Up @@ -4,8 +4,8 @@ import { readFile } from "node:fs/promises"
import { resolve } from "node:path"

const root = resolve(new URL("..", import.meta.url).pathname)
const docsAgentRevision = "53f43bc6433d2631750edabcb458a77db55aa8cb"
const docsAgentPackageRevision = "7b2df969c34de112ec7ad13189ba94226a7f76f3"
const docsAgentRevision = "21dbeeddea7ae29efa68bb1c0590a00bbed93f3d"
const docsAgentPackageRevision = "85443eb91c12b2759d8e207f1ae4421407b4cc5e"
const wpCodeboxProducerRevision = "65cc5fb4699cb7c2df13d04b4715c97097ac7565"
const wpCodeboxWorkflowRef = "v0.12.27"
const docsAgentDir = process.env.DOCS_AGENT_DIR
Expand Down
Loading