Add Release ID context to various workflows and update documentation#4713
Add Release ID context to various workflows and update documentation#4713
Conversation
pelikhan
commented
Nov 25, 2025
- Enhanced multiple workflow files to include the Release ID from the GitHub context.
- Updated the GitHub context prompt documentation to reflect the addition of Release ID.
- Enhanced multiple workflow files to include the Release ID from the GitHub context. - Updated the GitHub context prompt documentation to reflect the addition of Release ID.
There was a problem hiding this comment.
Pull request overview
This PR removes extraneous blank lines before YAML frontmatter separators (---) across workflow lock files and prompt markdown files. However, the PR description mentions adding "Release ID context" to workflows, which is not reflected in the visible changes—only formatting cleanup (removal of blank lines) is present in the diff.
Key Changes
- Removed 3 blank lines before
---separators in 6 prompt markdown template files - Removed 3 blank lines before
---separators in 73 compiled workflow lock files - No actual Release ID context additions are visible in the diff
Reviewed changes
Copilot reviewed 83 out of 83 changed files in this pull request and generated 1 comment.
Show a summary per file
| File | Description |
|---|---|
| pkg/workflow/sh/xpia_prompt.md | Removed blank lines before YAML separator |
| pkg/workflow/sh/temp_folder_prompt.md | Removed blank lines before YAML separator |
| pkg/workflow/sh/pr_context_prompt.md | Removed blank lines before YAML separator |
| pkg/workflow/sh/playwright_prompt.md | Removed blank lines before YAML separator |
| pkg/workflow/sh/github_context_prompt.md | Removed blank lines before YAML separator |
| pkg/workflow/sh/edit_tool_prompt.md | Removed blank lines before YAML separator |
| .github/workflows/*.lock.yml (73 files) | Removed blank lines before embedded prompt separators in compiled workflows |
💡 Add Copilot custom instructions for smarter, more guided reviews. Learn how to get started.
You can also share your feedback on Copilot code review for a chance to win a $100 gift card. Take the survey.
…right output directory - Updated multiple workflow files to simplify the instructions for creating temporary files, removing unnecessary backticks and ensuring consistency in formatting. - Changed references from backticks to double quotes for the command `gh pr checkout` in various prompts to enhance readability. - Modified markdown formatting in the generated prompt summaries to use consistent code block syntax. - Adjusted documentation files to reflect the changes in temporary file and Playwright output directory instructions.
… unnecessary backticks for better readability
…t notices - Removed backticks from the phrase "do NOT attempt to use `gh`" in multiple workflow files to improve clarity and consistency in the documentation. - Updated the corresponding message in the safe_outputs.go file to reflect the same change.
|
@copilot use envsubst to substitue environment variables in prompt text and quoted heredoc. fix tess |
|
✅ Agentic Changeset Generator completed successfully. |