.coveragerc
.gitignore
CHANGES.rst
LICENSE
MANIFEST.in
README.rst
pyproject.toml
readthedocs.yml
tox.ini
.github/workflows/ci.yml
baldrick/__init__.py
baldrick/config.py
baldrick/conftest.py
baldrick/logging.py
baldrick/utils.py
baldrick/version.py
baldrick.egg-info/PKG-INFO
baldrick.egg-info/SOURCES.txt
baldrick.egg-info/dependency_links.txt
baldrick.egg-info/not-zip-safe
baldrick.egg-info/requires.txt
baldrick.egg-info/top_level.txt
baldrick/blueprints/__init__.py
baldrick/blueprints/circleci.py
baldrick/blueprints/github.py
baldrick/blueprints/tests/__init__.py
baldrick/blueprints/tests/test_circleci.py
baldrick/blueprints/tests/test_github.py
baldrick/github/__init__.py
baldrick/github/github_api.py
baldrick/github/github_auth.py
baldrick/github/tests/__init__.py
baldrick/github/tests/test_github_api.py
baldrick/github/tests/test_github_auth.py
baldrick/plugins/__init__.py
baldrick/plugins/circleci_artifacts.py
baldrick/plugins/github_milestones.py
baldrick/plugins/github_pull_requests.py
baldrick/plugins/github_pull_requests_base_branch.py
baldrick/plugins/github_pushes.py
baldrick/plugins/github_towncrier_changelog.py
baldrick/plugins/tests/__init__.py
baldrick/plugins/tests/test_circleci_artifacts.py
baldrick/plugins/tests/test_github_basebranch_checker.py
baldrick/plugins/tests/test_github_milestones.py
baldrick/plugins/tests/test_github_pull_requests.py
baldrick/plugins/tests/test_github_pushes.py
baldrick/plugins/tests/test_github_towncrier_changelog.py
baldrick/scripts/__init__.py
baldrick/scripts/stale_issues.py
baldrick/scripts/stale_pull_requests.py
baldrick/scripts/tests/__init__.py
baldrick/scripts/tests/test_stale_issues.py
baldrick/scripts/tests/test_stale_pull_requests.py
baldrick/tests/__init__.py
baldrick/tests/test_config.py
baldrick/tests/test_utils.py
docs/Makefile
docs/api.rst
docs/app.rst
docs/conf.py
docs/github.rst
docs/heroku.rst
docs/index.rst
docs/local.rst
docs/make.bat
docs/plugins.rst
template/Procfile
template/README.md
template/pyproject.toml
template/requirements.txt
template/run.py
template/runtime.txt