[FEATURE] Updated PR Instructions - #15
Conversation
There was a problem hiding this comment.
Pull request overview
This PR updates the migration documentation and agent guidance to deliver migration reports via the Pull Request body (instead of only relying on an archived MIGRATION-README.md), and refreshes formatting across templates/knowledge base docs.
Changes:
- Updated report templates to be used as PR bodies and adjusted multiple docs to describe PR-based reporting.
- Refreshed migration workflow/standards/guardrails wording to incorporate a PR workflow for delivering the report.
- Updated multiple agent definition docs to reflect PR-based reporting expectations (plus general markdown formatting cleanup).
Reviewed changes
Copilot reviewed 23 out of 23 changed files in this pull request and generated 21 comments.
Show a summary per file
| File | Description |
|---|---|
| README.md | Updates listed migration deliverables to emphasize PR-body migration reporting. |
| docs/operations.md | Updates operator guidance to look for the migration report in the PR body. |
| knowledge/migration-workflow.md | Adds PR workflow steps for delivering the migration report. |
| knowledge/migration-standards.md | Updates documentation protocol/checklists to incorporate PR-based report delivery. |
| knowledge/migration-guardrails.md | Updates guardrails to include PR-body reporting requirements and enforcement rules. |
| knowledge/patterns/travisci/secrets.md | Updates secrets documentation to reference documenting secrets in the migration PR. |
| knowledge/patterns/jenkins/secrets.md | Updates secrets documentation to reference documenting secrets in the migration PR. |
| knowledge/report-template/azure-devops.md | Converts the report template framing to PR-body usage and updates formatting. |
| knowledge/report-template/bamboo.md | Converts the report template framing to PR-body usage and updates formatting. |
| knowledge/report-template/bitbucket.md | Converts the report template framing to PR-body usage and updates formatting. |
| knowledge/report-template/circleci.md | Converts the report template framing to PR-body usage and updates formatting. |
| knowledge/report-template/droneci.md | Converts the report template framing to PR-body usage and updates formatting. |
| knowledge/report-template/gitlab.md | Adds PR-body template framing and updates formatting/diagram direction. |
| knowledge/report-template/jenkins.md | Converts the report template framing to PR-body usage and updates formatting. |
| knowledge/report-template/travisci.md | Converts the report template framing to PR-body usage and updates formatting. |
| agents/azure-devops-migrator.md | Updates agent success criteria/docs for PR-body reporting; formatting changes. |
| agents/bamboo-migrator.md | Updates agent success criteria/docs for PR-body reporting; formatting changes. |
| agents/bitbucket-migrator.md | Updates agent success criteria/docs for PR-body reporting; formatting changes. |
| agents/circleci-migrator.md | Updates agent success criteria/docs for PR-body reporting; formatting changes. |
| agents/droneci-migrator.md | Updates agent success criteria/docs for PR-body reporting; formatting changes. |
| agents/gitlab-migrator.md | Updates agent success criteria/docs for PR-body reporting; formatting changes. |
| agents/jenkins-migrator.md | Updates agent success criteria/docs for PR-body reporting; formatting changes. |
| agents/travisci-migrator.md | Updates agent success criteria/docs for PR-body reporting; formatting changes. |
💡 Add Copilot custom instructions for smarter, more guided reviews. Learn how to get started.
|
Warning This is an internal experiment to assess Copilot's ability to auto-approve PRs. Please 👍 this comment if the assessment below is correct and 👎 if not. Feedback in #f-ccr-auto-approve is appreciated! Copilot thinks this PR is not ready to approve — see review comments for details. |
Co-authored-by: Copilot Autofix powered by AI <175728472+Copilot@users.noreply.github.com>
Co-authored-by: Copilot Autofix powered by AI <175728472+Copilot@users.noreply.github.com>
Co-authored-by: Copilot Autofix powered by AI <175728472+Copilot@users.noreply.github.com>
Co-authored-by: Copilot Autofix powered by AI <175728472+Copilot@users.noreply.github.com>
Co-authored-by: Copilot Autofix powered by AI <175728472+Copilot@users.noreply.github.com>
Co-authored-by: Copilot Autofix powered by AI <175728472+Copilot@users.noreply.github.com>
Co-authored-by: Copilot Autofix powered by AI <175728472+Copilot@users.noreply.github.com>
Co-authored-by: Copilot Autofix powered by AI <175728472+Copilot@users.noreply.github.com>
Co-authored-by: Copilot Autofix powered by AI <175728472+Copilot@users.noreply.github.com>
Co-authored-by: Copilot Autofix powered by AI <175728472+Copilot@users.noreply.github.com>
Co-authored-by: Copilot Autofix powered by AI <175728472+Copilot@users.noreply.github.com>
Co-authored-by: Copilot Autofix powered by AI <175728472+Copilot@users.noreply.github.com>
Co-authored-by: Copilot Autofix powered by AI <175728472+Copilot@users.noreply.github.com>
Co-authored-by: Copilot Autofix powered by AI <175728472+Copilot@users.noreply.github.com>
Co-authored-by: Copilot Autofix powered by AI <175728472+Copilot@users.noreply.github.com>
Co-authored-by: Copilot Autofix powered by AI <175728472+Copilot@users.noreply.github.com>
Co-authored-by: Copilot Autofix powered by AI <175728472+Copilot@users.noreply.github.com>
Co-authored-by: Copilot Autofix powered by AI <175728472+Copilot@users.noreply.github.com>
Co-authored-by: Copilot Autofix powered by AI <175728472+Copilot@users.noreply.github.com>
Co-authored-by: Copilot Autofix powered by AI <175728472+Copilot@users.noreply.github.com>
This pull request updates the documentation and agent instructions to standardize and clarify the migration deliverables for Azure DevOps, Bamboo, and Bitbucket to GitHub Actions. The main change is that migration reports are now delivered as the body of a Pull Request (PR), rather than only as a file in the archive. The documentation has also been improved for clarity, completeness, and consistency across all migration agents.