Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 2 additions & 0 deletions .github/workflows/docs-sync.yml
Original file line number Diff line number Diff line change
Expand Up @@ -170,6 +170,7 @@ jobs:
- Trigger: Manual documentation sync

Please review the documentation changes to ensure they accurately reflect the controller updates."
gh pr merge --auto --squash
else
gh pr create \
--title "docs: Update documentation for controller PR #${{ github.event.pull_request.number }}" \
Expand All @@ -180,6 +181,7 @@ jobs:
- Files changed: ${{ steps.changed-files.outputs.changed_files }}

Please review the documentation changes to ensure they accurately reflect the controller updates."
gh pr merge --auto --squash
fi
else
echo "No documentation changes were made by Claude"
Expand Down
Loading