Update application title and description to reflect branding change
This commit is contained in:
+2
-2
@@ -1,5 +1,5 @@
|
|||||||
"""
|
"""
|
||||||
GitHub Automation Tool
|
GitHub Pulse
|
||||||
Main application entry point
|
Main application entry point
|
||||||
|
|
||||||
This application provides GitHub automation workflows with AI assistance.
|
This application provides GitHub automation workflows with AI assistance.
|
||||||
@@ -27,7 +27,7 @@ class GitHubAutomationApp:
|
|||||||
def __init__(self):
|
def __init__(self):
|
||||||
"""Initialize the application"""
|
"""Initialize the application"""
|
||||||
self.root = tk.Tk()
|
self.root = tk.Tk()
|
||||||
self.root.title("GitHub Automation Tool")
|
self.root.title("GitHub Pulse")
|
||||||
self.root.geometry("1400x1000")
|
self.root.geometry("1400x1000")
|
||||||
|
|
||||||
# Initialize core managers
|
# Initialize core managers
|
||||||
|
|||||||
Reference in New Issue
Block a user