From 0e00af3d9b7f3593cbf5e0bcf26da1d1d080e09c Mon Sep 17 00:00:00 2001 From: anuchandy Date: Mon, 10 Nov 2025 18:46:52 -0800 Subject: [PATCH] Update PR template to include reference to full live test run instructions --- .github/PULL_REQUEST_TEMPLATE.md | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/.github/PULL_REQUEST_TEMPLATE.md b/.github/PULL_REQUEST_TEMPLATE.md index 219506dd70..0e27a1d353 100644 --- a/.github/PULL_REQUEST_TEMPLATE.md +++ b/.github/PULL_REQUEST_TEMPLATE.md @@ -25,5 +25,7 @@ - [ ] Updated test prompts in `/servers/Azure.Mcp.Server/docs/e2eTestPrompts.md` - [ ] 👉 For Community (non-Microsoft team member) PRs: - [ ] **Security review**: Reviewed code for security vulnerabilities, malicious code, or suspicious activities before running tests (`crypto mining, spam, data exfiltration, etc.`) - - [ ] **Manual tests run**: added comment `/azp run mcp - pullrequest - live` to run *Live Test Pipeline* + - [ ] **Manual tests run**: Added the comment `/azp run mcp - pullrequest - live` to run the *Quick Live Test Pipeline* (runs a subset of tests for validation) + - [ ] 👉 For Microsoft internal contributors: + - [ ] **Full live tests run**: Follow the steps in the [Build Guide](https://aka.ms/AAymd12) to run the **Full Live Test Pipeline** for complete validation before merge