docs: update default setting for publish_labels to false and adjust related documentation

This commit is contained in:
mrT23
2024-10-21 17:56:15 +03:00
parent 3efd2213f2
commit 0b32b253ca
4 changed files with 14 additions and 4 deletions

View File

@ -34,7 +34,7 @@ pr_commands = [
]
[pr_description]
publish_labels = ...
publish_labels = true
...
```
@ -49,7 +49,7 @@ publish_labels = ...
<table>
<tr>
<td><b>publish_labels</b></td>
<td>If set to true, the tool will publish the labels to the PR. Default is true.</td>
<td>If set to true, the tool will publish labels to the PR. Default is false.</td>
</tr>
<tr>
<td><b>publish_description_as_comment</b></td>