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

const root = resolve(new URL("..", import.meta.url).pathname)
const docsAgentRevision = "5302ef41556e7f681e1f1c95a9a3f37f3db4a9dc"
const docsAgentRevision = "53f43bc6433d2631750edabcb458a77db55aa8cb"
const docsAgentPackageRevision = "7b2df969c34de112ec7ad13189ba94226a7f76f3"
const wpCodeboxProducerRevision = "65cc5fb4699cb7c2df13d04b4715c97097ac7565"
const wpCodeboxWorkflowRef = "v0.12.27"
Expand Down
Loading