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
🪲 [Fix]: Fix an issue with outputs for Get-GitHubAppAccessibleRepository (#412)
## Description
This pull request makes changes to the way
`Get-GitHubAppAccessibleRepository` handles outputs of GitHub repository
objects.
### Functional improvements:
* Updated the loop in the `Invoke-GitHubAPI` pipeline to process each
repository in the response individually using a `foreach` block,
ensuring proper instantiation of `GitHubRepository` objects.
### Code cleanup:
* Removed the unused `.NOTES` section from the script's comment-based
help documentation to streamline the file.
## Type of change
<!-- Use the check-boxes [x] on the options that are relevant. -->
- [ ] 📖 [Docs]
- [x] 🪲 [Fix]
- [ ] 🩹 [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
---------
Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com>
0 commit comments