Create a pull request from remote `staging` branch to remote `develop` branch using Azure DevOps MCP tools.
## Task Create a pull request from remote `staging` branch to remote `develop` branch using Azure DevOps MCP tools. ## Instructions ### 1. Create PR - Use `mcp__ado__repo_create_pull_request` tool - Source: `refs/heads/staging` (remote only - do NOT push local branches) - Target: `refs/heads/develop` - Repository ID: `d3fa6f02-bfdf-428d-825c-7e7bd4e7f338` - Title: Clear, concise description with conventional commit emoji - Description: Brief bullet points summarising changes (keep short) ### 2. Check for Merge Conflicts - Use `mcp__ado__repo_get_pull_request_by_id` to verify PR status - ...