README.md
setup.py
src/github_automation/__init__.py
src/github_automation.egg-info/PKG-INFO
src/github_automation.egg-info/SOURCES.txt
src/github_automation.egg-info/dependency_links.txt
src/github_automation.egg-info/entry_points.txt
src/github_automation.egg-info/requires.txt
src/github_automation.egg-info/top_level.txt
src/github_automation/cli/__init__.py
src/github_automation/cli/main.py
src/github_automation/common/__init__.py
src/github_automation/common/constants.py
src/github_automation/common/utils.py
src/github_automation/core/__init__.py
src/github_automation/core/issue/__init__.py
src/github_automation/core/issue/issue.py
src/github_automation/core/issue/pull_request.py
src/github_automation/core/project/__init__.py
src/github_automation/core/project/project.py
src/github_automation/management/__init__.py
src/github_automation/management/configuration.py
src/github_automation/management/event_manager.py
src/github_automation/management/github_client.py
src/github_automation/management/project_manager.py