Add Gitlab webhook secret

This commit is contained in:
Ori Kotek
2023-08-31 18:13:47 +03:00
parent 6378603cd8
commit 3d4a062251

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"