Skip to content

Commit

Permalink
feat: Enable PR description publishing as comment in bitbucket_app.py
Browse files Browse the repository at this point in the history
  • Loading branch information
mrT23 committed Dec 12, 2023
1 parent 2f10b4f commit 512c92f
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions pr_agent/servers/bitbucket_app.py
Original file line number Diff line number Diff line change
Expand Up @@ -154,6 +154,7 @@ async def handle_uninstalled_webhooks(request: Request, response: Response):
def start():
get_settings().set("CONFIG.PUBLISH_OUTPUT_PROGRESS", False)
get_settings().set("CONFIG.GIT_PROVIDER", "bitbucket")
get_settings().set("PR_DESCRIPTION.PUBLISH_DESCRIPTION_AS_COMMENT", True)
middleware = [Middleware(RawContextMiddleware)]
app = FastAPI(middleware=middleware)
app.include_router(router)
Expand Down

0 comments on commit 512c92f

Please sign in to comment.