.flake8
.gitignore
.pylintrc
.readthedocs.yml
Dockerfile
LICENSE
Makefile
README.md
manage.py
mkdocs.yml
pyproject.toml
pytest.ini
requirements.txt
setup.cfg
setup.py
.github/workflows/main.yml
.github/workflows/release.yml
.github/workflows/sleuthpr-test.yml
app/__init__.py
app/asgi.py
app/celery.py
app/logging.py
app/urls.py
app/wsgi.py
app/settings/__init__.py
app/settings/base.py
app/settings/dev.py
app/settings/github_action.py
app/settings/test.py
bin/release-dockerhub.sh
bin/run-github-action.sh
bin/run-web-dev.sh
bin/set-envvars.sh
config/dev/env.template
docs/src/about.md
docs/src/index.md
docs/src/img/android-chrome-192x192.png
docs/src/img/android-chrome-512x512.png
docs/src/img/apple-touch-icon.png
docs/src/img/favicon-16x16.png
docs/src/img/favicon-32x32.png
docs/src/img/favicon.ico
docs/src/img/site.webmanifest
docs/theme/footer.html
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/util.py
sleuthpr/variables.py
sleuthpr/views.py
sleuthpr/actions/__init__.py
sleuthpr/actions/add_label.py
sleuthpr/actions/merge.py
sleuthpr/actions/update.py
sleuthpr/management/__init__.py
sleuthpr/management/commands/__init__.py
sleuthpr/management/commands/on_github_action.py
sleuthpr/migrations/0001_initial.py
sleuthpr/migrations/0002_auto_20200930_1926.py
sleuthpr/migrations/0003_auto_20200930_2010.py
sleuthpr/migrations/0004_repositorybranch.py
sleuthpr/migrations/0005_pullrequest_base_sha.py
sleuthpr/migrations/0006_repositorycommit_repositorycommitparent.py
sleuthpr/migrations/0007_auto_20201001_1832.py
sleuthpr/migrations/0008_auto_20201001_2012.py
sleuthpr/migrations/__init__.py
sleuthpr/services/__init__.py
sleuthpr/services/branches.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_pull_requests.py
sleuthpr/tests/test_rules.py
sleuthpr/tests/test_variables.py