File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 5353 uses : actions/checkout@v6.0.3
5454 with :
5555 repository : Automattic/docs-agent
56- ref : f887e392ad93db11efb997ed3669171e67018403
56+ ref : 7b67d341eea16b75b8e055507d36a8d8e69a1fe3
5757 path : .docs-agent-producer
5858
5959 - name : Checkout WP Codebox producer schema
Original file line number Diff line number Diff line change @@ -20,7 +20,7 @@ concurrency:
2020jobs :
2121 docs-agent :
2222 name : Maintain Technical Documentation
23- uses : Automattic/docs-agent/.github/workflows/maintain-docs.yml@f887e392ad93db11efb997ed3669171e67018403
23+ uses : Automattic/docs-agent/.github/workflows/maintain-docs.yml@7b67d341eea16b75b8e055507d36a8d8e69a1fe3
2424 with :
2525 audience : technical
2626 run_kind : maintenance
Original file line number Diff line number Diff line change @@ -7,7 +7,7 @@ Agents API publishes its canonical documentation updates through the repository-
77The consumer workflow is named ** Docs Agent** and dispatches the reusable Docs Agent workflow from Automattic/docs-agent at the exact pinned revision:
88
99``` text
10- Automattic/docs-agent/.github/workflows/maintain-docs.yml@f887e392ad93db11efb997ed3669171e67018403
10+ Automattic/docs-agent/.github/workflows/maintain-docs.yml@7b67d341eea16b75b8e055507d36a8d8e69a1fe3
1111```
1212
1313The workflow contract is intentionally narrow:
@@ -33,7 +33,7 @@ DOCS_AGENT_DIR=/path/to/docs-agent WP_CODEBOX_DIR=/path/to/wp-codebox php tests/
3333
3434The required producer checkouts are:
3535
36- - Docs Agent revision ` f887e392ad93db11efb997ed3669171e67018403 ` .
36+ - Docs Agent revision ` 7b67d341eea16b75b8e055507d36a8d8e69a1fe3 ` .
3737- WP Codebox reusable-workflow and helper revision ` a6fe2d208e990a8d04104aa74aacbb8d1539fbc1 ` ; packaged runtime release ` v0.12.29 ` resolves to ` bc982947ec33c78160125026e16d357b7ece3ea1 ` .
3838
3939At that Docs Agent revision, the ` technical:maintenance ` lane maps to the native package:
Original file line number Diff line number Diff line change 1212
1313declare ( strict_types=1 );
1414
15- const AGENTS_API_DOCS_AGENT_REVISION = 'f887e392ad93db11efb997ed3669171e67018403 ' ;
15+ const AGENTS_API_DOCS_AGENT_REVISION = '7b67d341eea16b75b8e055507d36a8d8e69a1fe3 ' ;
1616const AGENTS_API_WP_CODEBOX_RELEASE_REF = 'v0.12.29 ' ;
1717const AGENTS_API_WP_CODEBOX_PRODUCER_REVISION = 'a6fe2d208e990a8d04104aa74aacbb8d1539fbc1 ' ;
1818
You can’t perform that action at this time.
0 commit comments