You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
🩹 [Patch]: Update formats so Name properties link to URL (#427)
## Description
This pull request updates multiple PowerShell XML format files to
enhance the display of `Name` and related fields as clickable hyperlinks
pointing to their respective URLs. It also removes redundant `Url`
columns from the tables for a cleaner and more concise output.
- Fixes#425
### Enhancements to hyperlink display:
* Updated the `Name` field in several format files
(`GitHubArtifact.Format.ps1xml`, `GitHubEnvironment.Format.ps1xml`,
`GitHubLicense.Format.ps1xml`, `GitHubOwner.Format.ps1xml`,
`GitHubRelease.Format.ps1xml`, `GitHubRepository.Format.ps1xml`,
`GitHubTeam.Format.ps1xml`, `GitHubWorkflow.Format.ps1xml`,
`GitHubWorkflowRun.Format.ps1xml`) to render as clickable hyperlinks
using the URL property.
* Removed redundant `Url` columns from the tables in the format files to
streamline the display.
## Type of change
<!-- Use the check-boxes [x] on the options that are relevant. -->
- [ ] 📖 [Docs]
- [ ] 🪲 [Fix]
- [x] 🩹 [Patch]
- [ ] ⚠️ [Security fix]
- [ ] 🚀 [Feature]
- [ ] 🌟 [Breaking change]
## Checklist
<!-- Use the check-boxes [x] on the options that are relevant. -->
- [x] I have performed a self-review of my own code
- [x] I have commented my code, particularly in hard-to-understand areas
0 commit comments