Disable final update message when auto_describe is enabled in GitHub Action Runner

This commit is contained in:
mrT23
2024-06-03 08:15:36 +03:00
parent 962bb1c23d
commit 4f13007267
2 changed files with 1 additions and 1 deletions

View File

@ -118,7 +118,6 @@ 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.enable_output: "true" # enable\disable github actions output parameter
```
`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.