Merge Pull Request
IMPORTANT: Only run this when the user explicitly asks to merge.
Pre-merge Checklist
Before merging, verify:
- •CI checks are passing:
workon pr-status - •Required approvals are received
- •User has explicitly confirmed they want to merge
Steps
- •
Check PR status:
bashworkon pr-status
- •
Ask for confirmation:
- •Show the user the PR status
- •Ask: "Are you sure you want to merge this PR?"
- •Wait for explicit "yes" confirmation
- •
Merge (only after confirmation):
bashworkon merge [pr-number]
Never Auto-merge
This command should NEVER be run automatically. Always require explicit user confirmation.