Skip to content

Commit ed04179

Browse files
authored
Merge pull request #75 from Automattic/align-docs-agent-typed-artifacts
Align Docs Agent workflow pins
2 parents df22a3d + 535746d commit ed04179

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ concurrency:
1818
jobs:
1919
developer-docs-agent:
2020
name: Maintain Developer Docs
21-
uses: Automattic/docs-agent/.github/workflows/maintain-docs.yml@0d86fb0c969a17824f19cb08a882ea4f8020b3fa
21+
uses: Automattic/docs-agent/.github/workflows/maintain-docs.yml@09fb2359aaadf695f8112aa473a8c8d70e2b6cab
2222
with:
2323
audience: technical
2424
run_kind: ${{ github.event_name == 'workflow_dispatch' && 'bootstrap' || 'maintenance' }}

.github/workflows/skills-agent.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ permissions:
1313
jobs:
1414
skills-agent:
1515
name: Maintain Live Skills
16-
uses: Automattic/docs-agent/.github/workflows/maintain-docs.yml@main
16+
uses: Automattic/docs-agent/.github/workflows/maintain-docs.yml@09fb2359aaadf695f8112aa473a8c8d70e2b6cab
1717
with:
1818
audience: skills
1919
base_ref: trunk

0 commit comments

Comments
 (0)