Update application title and description to reflect branding change

This commit is contained in:
b-tsammmons
2025-11-11 22:46:49 -10:00
parent 0f41a3e750
commit b4fb945c72
+2 -2
View File
@@ -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