.flake8
.gitignore
.pylintrc
LICENSE
Makefile
README.md
manage.py
pytest.ini
requirements.txt
setup.cfg
setup.py
.github/workflows/main.yml
.github/workflows/pythonpublish.yml
app/__init__.py
app/asgi.py
app/celery.py
app/settings.py
app/urls.py
app/wsgi.py
bin/run-web-dev.sh
bin/set-envvars.sh
sleuth_pr.egg-info/PKG-INFO
sleuth_pr.egg-info/SOURCES.txt
sleuth_pr.egg-info/dependency_links.txt
sleuth_pr.egg-info/requires.txt
sleuth_pr.egg-info/top_level.txt
sleuthpr/__init__.py
sleuthpr/admin.py
sleuthpr/apps.py
sleuthpr/models.py
sleuthpr/registry.py
sleuthpr/sleuthpr.py
sleuthpr/triggers.py
sleuthpr/urls.py
sleuthpr/variables.py
sleuthpr/views.py
sleuthpr/actions/__init__.py
sleuthpr/actions/add_label.py
sleuthpr/actions/merge.py
sleuthpr/migrations/0001_initial.py
sleuthpr/migrations/0002_conditioncheckrun_pull_request.py
sleuthpr/migrations/__init__.py
sleuthpr/services/__init__.py
sleuthpr/services/checks.py
sleuthpr/services/expression.py
sleuthpr/services/external_users.py
sleuthpr/services/installations.py
sleuthpr/services/pull_requests.py
sleuthpr/services/repositories.py
sleuthpr/services/rules.py
sleuthpr/services/scm.py
sleuthpr/services/github/__init__.py
sleuthpr/services/github/events.py
sleuthpr/services/github/scm.py
sleuthpr/services/github/tasks.py
sleuthpr/services/github/view.py
sleuthpr/tests/__init__.py
sleuthpr/tests/examples.yml
sleuthpr/tests/factories.py
sleuthpr/tests/pr.json
sleuthpr/tests/test_expression.py
sleuthpr/tests/test_github.py
sleuthpr/tests/test_rules.py