Add Gitlab webhook secret

This commit is contained in:
Ori Kotek 2023-08-31 18:13:47 +03:00
parent 6378603cd8
commit 3d4a062251
No known key found for this signature in database
GPG key ID: 5AAFD0757D1EAC4C

View file

@ -40,7 +40,7 @@ license-files = ["LICENSE"]
[tool.setuptools.packages.find]
where = ["."]
include = ["pr_agent"]
include = ["pr_agent", "pr_agent.*"]
[project.scripts]
pr-agent = "pr_agent.cli:run"