LICENSE
README.md
pyproject.toml
setup.py
src/simple_github_automation/__init__.py
src/simple_github_automation/automated_labels.py
src/simple_github_automation/config.py
src/simple_github_automation/issue_management.py
src/simple_github_automation/pull_request_actions.py
src/simple_github_automation/repo_insights.py
src/simple_github_automation/utils.py
src/simple_github_automation.egg-info/PKG-INFO
src/simple_github_automation.egg-info/SOURCES.txt
src/simple_github_automation.egg-info/dependency_links.txt
src/simple_github_automation.egg-info/requires.txt
src/simple_github_automation.egg-info/top_level.txt
src/tests/__init__.py
src/tests/test_automated_labels.py
src/tests/test_issue_management.py
src/tests/test_pull_request_actions.py
src/tests/test_repo_insights.py