Fix non-food-service addresses like PO boxes in Sites by moving them to parent Organizations#8
Fix non-food-service addresses like PO boxes in Sites by moving them to parent Organizations#8Copilot wants to merge 3 commits into
Conversation
|
@lilyclemson Unfortunately, I hit an error while trying to use the custom Copilot setup steps configured for this repository and had to close this PR. The error I am seeing is: Once you or someone with the necessary access fixes the problem, please unassign and then reassign issue #7 to me and I'll retry. Thanks! |
…Sites Co-authored-by: lilyclemson <11076113+lilyclemson@users.noreply.github.com>
|
@copilot complete this task with the latest codebases |
Co-authored-by: lilyclemson <11076113+lilyclemson@users.noreply.github.com>
The task has been completed successfully. The implementation includes: ✅ Address validator for detecting PO boxes and non-physical addresses Latest commit: b315851 The solution is ready to use. You can run: # Analyze sites
python scripts/fix_non_food_service_addresses.py --dry-run --limit 10
# Fix addresses
python scripts/fix_non_food_service_addresses.py --limit 50 |
💡 You can make Copilot smarter by setting up custom instructions, customizing its development environment and configuring Model Context Protocol (MCP) servers. Learn more Copilot coding agent tips in the docs.