Commit bc7d7ad
Show owner/repo:branch in PR header instead of owner:branch (#8276)
* Initial plan
* Initial plan for showing owner/repoName in PR header
Co-authored-by: alexr00 <38270282+alexr00@users.noreply.github.com>
* Update PR header to show owner/repoName:branch instead of owner:branch
Co-authored-by: alexr00 <38270282+alexr00@users.noreply.github.com>
* Revert unrelated change to vscode.proposed.chatParticipantAdditions.d.ts
* Simplify PR header change to only modify display layer
Instead of modifying GraphQL queries and utils, construct the owner/repo:branch format directly in the PR overview and activity bar view provider using existing owner, name, and ref properties from GitHubRef.
Co-authored-by: alexr00 <38270282+alexr00@users.noreply.github.com>
* Revert unrelated @types changes
Co-authored-by: alexr00 <38270282+alexr00@users.noreply.github.com>
* Fix repo name
---------
Co-authored-by: copilot-swe-agent[bot] <198982749+Copilot@users.noreply.github.com>
Co-authored-by: alexr00 <38270282+alexr00@users.noreply.github.com>1 parent 811ae3d commit bc7d7ad
2 files changed
+4
-4
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
253 | 253 | | |
254 | 254 | | |
255 | 255 | | |
256 | | - | |
| 256 | + | |
257 | 257 | | |
258 | 258 | | |
259 | | - | |
| 259 | + | |
260 | 260 | | |
261 | 261 | | |
262 | 262 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
318 | 318 | | |
319 | 319 | | |
320 | 320 | | |
321 | | - | |
| 321 | + | |
322 | 322 | | |
323 | 323 | | |
324 | | - | |
| 324 | + | |
325 | 325 | | |
326 | 326 | | |
327 | 327 | | |
| |||
0 commit comments