-
Notifications
You must be signed in to change notification settings - Fork 318
Sync eng/common directory with azure-sdk-tools for PR 12516 #3278
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
base: main
Are you sure you want to change the base?
Sync eng/common directory with azure-sdk-tools for PR 12516 #3278
Conversation
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Pull Request Overview
This PR restructures the release plan creation workflow by removing the redundant "Check Existing Release Plan" step and consolidating its logic into the creation step itself. The changes also enhance LLM instructions with a new NextSteps requirement and improve formatting.
- Removed Step 2 (Check Existing Release Plan) and integrated its logic into Step 3 (Create Release Plan)
- Added instruction to check and follow
NextStepsfield in tool responses - Renumbered all subsequent steps to maintain sequential order
| > Backend processes may use Azure DevOps work item data as needed. However, do **not** mention or display the work item link/URL, or any reference to Azure DevOps work item resources directly in conversation with the user. | ||
| > All manual updates to an existing release plan must be made through the [Release Planner Tool](https://aka.ms/sdk-release-planner) to ensure proper tracking and validation. | ||
| > Only provide release plan details such as **Release Plan Link** and **Release Plan ID** to the user | ||
| > **CRITICAL INSTRUCTIONS FOR LLM*** |
Copilot
AI
Oct 30, 2025
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Extra asterisk at the end of 'LLM' - should be 'LLM**' (moved outside) to properly close the bold markdown formatting.
| > **CRITICAL INSTRUCTIONS FOR LLM*** | |
| > **CRITICAL INSTRUCTIONS FOR LLM** |
| > 4. Always check the `NextSteps` field in the tool response and follow any additional prompts provided. Do NOT proceed to other steps until the NextSteps are completed. | ||
| # Release Plan Creation Process | ||
| Your goal is to create a valid release plan. You must prompt user to provide all required information and all input must match the format and requirement mentioned in step 3 below. |
Copilot
AI
Oct 30, 2025
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
The reference to 'step 3 below' is now incorrect after removing the 'Check Existing Release Plan' step. It should reference 'step 2 below' since the gather information section is now Step 2.
| Your goal is to create a valid release plan. You must prompt user to provide all required information and all input must match the format and requirement mentioned in step 3 below. | |
| Your goal is to create a valid release plan. You must prompt user to provide all required information and all input must match the format and requirement mentioned in step 2 below. |
Sync eng/common directory with azure-sdk-tools for PR Azure/azure-sdk-tools#12516 See eng/common workflow