Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
18 changes: 18 additions & 0 deletions docs/ce/howto/noise-reduction.mdx
Original file line number Diff line number Diff line change
@@ -0,0 +1,18 @@
---
title: Reducing PR Noise
---

The current behaviour of digger is that it leaves a comment for every plan or apply performed. It also leaves a summary comment on top of those.
While this is noise to see a quick history of activity within the PR, it gets noisy for anything over 10 impacted projects.

In such cases you can disable the reporting entirely using digger.yml:

```
reporting:
comments_enabled: false
```

With that in place you will no longer see an individual plan per comment, you can go into the checks page to see the individual plans


![](/images/howto/checks.png)
1 change: 1 addition & 0 deletions docs/docs.json
Original file line number Diff line number Diff line change
Expand Up @@ -90,6 +90,7 @@
{
"group": "How To",
"pages": [
"ce/howto/noise-reduction",
"ce/howto/specify-terraform-version",
"ce/howto/caching-strategies",
"ce/howto/apply-on-merge",
Expand Down
Binary file added docs/images/howto/checks.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading