Refactor SettingsDialog: Remove target and forked repository dropdowns, update GitHub PAT section, and clean up async repo loading methods. Enhance WorkflowItem with data reconstruction and add fetch_comments method for GitHub issues/PRs.

This commit is contained in:
b-tsammmons
2025-11-12 14:17:45 -10:00
parent feafbc15af
commit e5047e75a1
7 changed files with 935 additions and 390 deletions
-5
View File
@@ -646,11 +646,6 @@ CUSTOM_INSTRUCTIONS=
print(f"Error creating default .env file: {e}")
return False
# Removed EnhancedContentBuilders class - was specific to Azure DevOps
# Use ContentBuilders class for generic GitHub automation instead
# Compatibility functions for direct function access
def get_next_pr_number(provider_key: str) -> int:
"""Compatibility function for direct access to PR number generation"""