Conversation
There was a problem hiding this comment.
Pull Request Overview
This PR updates the GitHub API integration by replacing the legacy AIOGitHubAPINotModifiedException exception with the newer GitHubNotModifiedException, and modernizes the async_get_legacy_repository_object method to use the new githubapi interface instead of the deprecated get_repo method.
Key changes:
- Updated exception handling to use
GitHubNotModifiedExceptioninstead ofAIOGitHubAPINotModifiedException - Refactored
async_get_legacy_repository_objectto use the newself.hacs.githubapi.repos.get()API - Simplified exception handling by removing redundant exception types from the catch block
💡 Add Copilot custom instructions for smarter, more guided reviews. Learn how to get started.
|
@copilot resolved the merge conflict |
Done — merged |
No description provided.