.coveragerc
.flake8
.gitignore
.pre-commit-config.yaml
LICENSE
README.md
__init__.py
requirements-dev.txt
requirements.txt
setup.py
tox.ini
.github/workflows/build.yml
.github/workflows/release.yml
docs/GitHub_Action_usage.md
docs/ini_file.md
src/__init__.py
src/github_project_automation/__init__.py
src/github_project_automation.egg-info/PKG-INFO
src/github_project_automation.egg-info/SOURCES.txt
src/github_project_automation.egg-info/dependency_links.txt
src/github_project_automation.egg-info/entry_points.txt
src/github_project_automation.egg-info/requires.txt
src/github_project_automation.egg-info/top_level.txt
src/github_project_automation/cli/__init__.py
src/github_project_automation/cli/main.py
src/github_project_automation/common/__init__.py
src/github_project_automation/common/constants.py
src/github_project_automation/common/utils.py
src/github_project_automation/core/__init__.py
src/github_project_automation/core/project/__init__.py
src/github_project_automation/core/project/project.py
src/github_project_automation/core/project_item/__init__.py
src/github_project_automation/core/project_item/base_project_item.py
src/github_project_automation/core/project_item/issue.py
src/github_project_automation/core/project_item/pull_request.py
src/github_project_automation/management/__init__.py
src/github_project_automation/management/configuration.py
src/github_project_automation/management/event_manager.py
src/github_project_automation/management/github_client.py
src/github_project_automation/management/project_manager.py
tests/integration_tests/__init__.py
tests/integration_tests/manage_integration_test.py
tests/mock_data/conf.ini
tests/mock_data/illegal_action_conf.ini
tests/mock_data/illegal_conf.ini
tests/mock_data/illegal_general_conf.ini
tests/mock_data/illegal_query_conf.ini
tests/test_files/__init__.py
tests/test_files/configuration_test.py
tests/test_files/event_manager_test.py
tests/test_files/issue_test.py
tests/test_files/project_manager_test.py
tests/test_files/project_test.py
tests/test_files/pull_request_test.py
tests/test_files/utils_test.py