From 1e2eb1faf3ef06bbf70fac40376381a618088115 Mon Sep 17 00:00:00 2001 From: Konstantin Obenland Date: Wed, 3 Dec 2025 14:24:44 -0600 Subject: [PATCH] Fix reviewer team name in PR workflow skill --- .claude/skills/activitypub-pr-workflow/SKILL.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.claude/skills/activitypub-pr-workflow/SKILL.md b/.claude/skills/activitypub-pr-workflow/SKILL.md index c35891ec2e..681f635b99 100644 --- a/.claude/skills/activitypub-pr-workflow/SKILL.md +++ b/.claude/skills/activitypub-pr-workflow/SKILL.md @@ -35,7 +35,7 @@ try/{idea} # Experimental ideas. git checkout -b add/new-feature # Create PR with GitHub CLI. -gh pr create --assignee @me --reviewer Fediverse +gh pr create --assignee @me --reviewer Automattic/fediverse # Check PR status and CI. gh pr status