From a61f1889d1454e5d382e7f03292b1f763185a299 Mon Sep 17 00:00:00 2001 From: glebzhidkov <60599416+glebzhidkov@users.noreply.github.com> Date: Tue, 10 Dec 2024 13:44:56 +0100 Subject: [PATCH] fix doc --- docs/docs/usage-guide/automations_and_usage.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/docs/usage-guide/automations_and_usage.md b/docs/docs/usage-guide/automations_and_usage.md index 0b2deb0c..688f7881 100644 --- a/docs/docs/usage-guide/automations_and_usage.md +++ b/docs/docs/usage-guide/automations_and_usage.md @@ -159,7 +159,7 @@ Specifically, start by setting the following environment variables: github_action_config.auto_review: "true" # enable\disable auto review github_action_config.auto_describe: "true" # enable\disable auto describe github_action_config.auto_improve: "true" # enable\disable auto improve - github_action_config.pr_actions: ["opened", "reopened", "ready_for_review", "review_requested"] + github_action_config.pr_actions: '["opened", "reopened", "ready_for_review", "review_requested"]' ``` `github_action_config.auto_review`, `github_action_config.auto_describe` and `github_action_config.auto_improve` are used to enable/disable automatic tools that run when a new PR is opened. If not set, the default configuration is for all three tools to run automatically when a new PR is opened.