File tree Expand file tree Collapse file tree 2 files changed +4
-3
lines changed
Expand file tree Collapse file tree 2 files changed +4
-3
lines changed Original file line number Diff line number Diff line change 1+ # Documentation suggestions reports
2+ /reports / @ AztecProtocol/devrel
Original file line number Diff line number Diff line change 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"
You can’t perform that action at this time.
0 commit comments