Skip to content

Commit 30fd20e

Browse files
authored
Merge pull request #615 from AztecProtocol/fix/doc-suggestions-codeowners
fix: use CODEOWNERS instead of --reviewer flag for doc-suggestions PR
2 parents dbc1911 + 8b4d455 commit 30fd20e

File tree

2 files changed

+4
-3
lines changed

2 files changed

+4
-3
lines changed

.github/CODEOWNERS

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,2 @@
1+
# Documentation suggestions reports
2+
/reports/ @AztecProtocol/devrel

.github/workflows/doc-suggestions.yml

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -89,7 +89,7 @@ jobs:
8989
MEDIUM=$(grep -c "^### Medium Priority" "reports/doc-suggestions-${DATE}.md" || echo "0")
9090
LOW=$(grep -c "^### Low Priority" "reports/doc-suggestions-${DATE}.md" || echo "0")
9191
92-
# Create PR and request review from DevRel team
92+
# Create PR (CODEOWNERS will auto-assign reviewers)
9393
gh pr create \
9494
--title "docs: Documentation suggestions for ${DATE}" \
9595
--body "## Documentation Update Suggestions
@@ -104,5 +104,4 @@ jobs:
104104
3. Open Claude Code in aztec-packages and paste the suggestion
105105
106106
---
107-
🤖 Generated by the doc-suggestions tool" \
108-
--reviewer "AztecProtocol/devrel"
107+
🤖 Generated by the doc-suggestions tool"

0 commit comments

Comments
 (0)