File tree Expand file tree Collapse file tree 3 files changed +19
-0
lines changed Expand file tree Collapse file tree 3 files changed +19
-0
lines changed Original file line number Diff line number Diff line change 1+ ---
2+ title : Reducing PR Noise
3+ ---
4+
5+ 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.
6+ While this is noise to see a quick history of activity within the PR, it gets noisy for anything over 10 impacted projects.
7+
8+ In such cases you can disable the reporting entirely using digger.yml:
9+
10+ ```
11+ reporting:
12+ comments_enabled: false
13+ ```
14+
15+ 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
16+
17+
18+ ![ ] ( /images/howto/checks.png )
Original file line number Diff line number Diff line change 9090 {
9191 "group" : " How To" ,
9292 "pages" : [
93+ " ce/howto/noise-reduction" ,
9394 " ce/howto/specify-terraform-version" ,
9495 " ce/howto/caching-strategies" ,
9596 " ce/howto/apply-on-merge" ,
You can’t perform that action at this time.
0 commit comments