Skip to content

Commit c742ceb

Browse files
authored
Update Docs Agent workflow boundary (#91)
* Point Docs Agent workflows at public boundary * Use merged Docs Agent workflow
1 parent df9bade commit c742ceb

2 files changed

Lines changed: 4 additions & 2 deletions

File tree

.github/workflows/developer-docs-agent.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,12 +18,13 @@ concurrency:
1818
jobs:
1919
developer-docs-agent:
2020
name: Maintain Developer Docs
21-
uses: Automattic/docs-agent/.github/workflows/maintain-docs.yml@09fb2359aaadf695f8112aa473a8c8d70e2b6cab
21+
uses: Automattic/docs-agent/.github/workflows/maintain-docs.yml@main
2222
with:
2323
audience: technical
2424
run_kind: ${{ github.event_name == 'workflow_dispatch' && 'bootstrap' || 'maintenance' }}
2525
base_ref: trunk
2626
docs_branch: docs-agent/build-with-wordpress-developer-docs
27+
docs_agent_ref: main
2728
writable_paths: README.md,docs/**,plugins/**/README.md
2829
bootstrap_contract: |
2930
{

.github/workflows/skills-agent.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,11 +13,12 @@ permissions:
1313
jobs:
1414
skills-agent:
1515
name: Maintain Live Skills
16-
uses: Automattic/docs-agent/.github/workflows/maintain-docs.yml@09fb2359aaadf695f8112aa473a8c8d70e2b6cab
16+
uses: Automattic/docs-agent/.github/workflows/maintain-docs.yml@main
1717
with:
1818
audience: skills
1919
base_ref: trunk
2020
docs_branch: docs-agent/build-with-wordpress-skills
21+
docs_agent_ref: main
2122
writable_paths: skills/**,plugins/**/skills/**,plugins/**/README.md
2223
context_repositories: |
2324
[

0 commit comments

Comments
 (0)