mirror of
https://github.com/qodo-ai/pr-agent.git
synced 2025-12-12 02:45:18 +00:00
docs: rename enable_manual_approval to enable_comment_approval for clarity
This commit is contained in:
parent
20d709075c
commit
a18f9d00c9
1 changed files with 2 additions and 2 deletions
|
|
@ -322,7 +322,7 @@ Under specific conditions, Qodo Merge can auto-approve a PR when a specific comm
|
||||||
To enable auto-approval features, you need to actively set one or both of the following options in a pre-defined _configuration file_:
|
To enable auto-approval features, you need to actively set one or both of the following options in a pre-defined _configuration file_:
|
||||||
```toml
|
```toml
|
||||||
[config]
|
[config]
|
||||||
enable_manual_approval = true # For approval via comments
|
enable_comment_approval = true # For approval via comments
|
||||||
enable_auto_approval = true # For criteria-based auto-approval
|
enable_auto_approval = true # For criteria-based auto-approval
|
||||||
```
|
```
|
||||||
|
|
||||||
|
|
@ -335,7 +335,7 @@ enable_auto_approval = true # For criteria-based auto-approval
|
||||||
To enable auto-approval by commenting, set in the configuration file:
|
To enable auto-approval by commenting, set in the configuration file:
|
||||||
```toml
|
```toml
|
||||||
[config]
|
[config]
|
||||||
enable_manual_approval = true
|
enable_comment_approval = true
|
||||||
```
|
```
|
||||||
|
|
||||||
After enabling, by commenting on a PR:
|
After enabling, by commenting on a PR:
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue