-
Notifications
You must be signed in to change notification settings - Fork 120
Rename PR review folder to .github-tracking #10931
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?
Rename PR review folder to .github-tracking #10931
Conversation
Signed-off-by: Brooke Hamilton <[email protected]>
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 renames the pr-review folder to .github-tracking to better reflect its purpose as a general-purpose folder for Copilot-generated files.
Key changes:
- Updated
.gitignoreto reference the new.github-tracking/folder name - Updated all folder path references in
.github/prompts/radius.code-review.prompt.mdfrompr-reviewsto.github-tracking - Updated comments to describe the folder's broader purpose
Reviewed changes
Copilot reviewed 1 out of 2 changed files in this pull request and generated no comments.
| File | Description |
|---|---|
.gitignore |
Updated ignored folder path from pr-review/ to .github-tracking/ with improved comment |
.github/prompts/radius.code-review.prompt.md |
Updated all references to the folder path from pr-reviews to .github-tracking (lines 14, 18, 22, 24, 34) |
Review Summary: The changes are consistent and complete. All references to the old folder name have been properly updated to the new .github-tracking folder name. The PR successfully accomplishes its stated goal of renaming the folder to better reflect its purpose. No issues found.
Radius functional test overviewClick here to see the test run details
Test Status⌛ Building Radius and pushing container images for functional tests... |
Codecov Report✅ All modified and coverable lines are covered by tests. Additional details and impacted files@@ Coverage Diff @@
## main #10931 +/- ##
==========================================
- Coverage 50.43% 50.43% -0.01%
==========================================
Files 672 672
Lines 42057 42055 -2
==========================================
- Hits 21213 21209 -4
- Misses 18788 18789 +1
- Partials 2056 2057 +1 ☔ View full report in Codecov by Sentry. 🚀 New features to boost your workflow:
|
Description
This change renames the
pr-reviewfolder to.github-trackingto better reflect its purpose as a general-purpose Copilot-generated files folder.Changes:
.github/prompts/radius.code-review.prompt.mdto reference.github-trackinginstead ofpr-reviews.gitignoreto ignore.github-tracking/with an updated commentType of change
Contributor checklist
Please verify that the PR meets the following requirements, where applicable: