Skip to content

Commit abe9969

Browse files
committed
add docs
1 parent bf1ee5b commit abe9969

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

docs/ce/reference/digger.yml.mdx

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -104,6 +104,7 @@ workflows:
104104
| auto_merge | boolean | false | no | automatically merge pull requests when all checks pass | |
105105
| auto_merge_strategy | string | "squash" | no | The merge strategy to use while automerging, defaults to "squash". Possible values: 'squash', 'merge' (for merge commits) and 'rebase' | currently only github supported for this flag |
106106
| pr_locks | boolean | true | no | Enable PR-level locking | |
107+
| delete_prior_comments | boolean | false | no | Enables digger to delete previous comments to reduce noise in the PR | |
107108
| projects | array of [Projects](/ce/reference/digger.yml#project) | \[\] | no | list of projects to manage | |
108109
| generate_projects | [GenerateProjects](/ce/reference/digger.yml#generateprojects) | {} | no | generate projects from a directory structure | |
109110
| workflows | map of [Workflows](/ce/reference/digger.yml#workflows) | {} | no | workflows and configurations to run on events | |

0 commit comments

Comments
 (0)