Skip to content

Commit

Permalink
Merge pull request #1390 from glebzhidkov/docs/escape-list-in-yaml-file
Browse files Browse the repository at this point in the history
Fix doc for Github Actions
  • Loading branch information
mrT23 authored Dec 10, 2024
2 parents f49217e + a61f188 commit c6eb253
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/docs/usage-guide/automations_and_usage.md
Original file line number Diff line number Diff line change
Expand Up @@ -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.
Expand Down

0 comments on commit c6eb253

Please sign in to comment.