Hi Team, I have question regarding using Infracost...
# help
m
Hi Team, I have question regarding using Infracost GitHub App, is it possible to configure it to post new comments report after each commit instead of updating the same comment at the top of the PR ?
1
w
@many-teacher-55162 that’s not an option in the GH App, it causes quite a lot of noise in PRs and can be annoying so we don’t recommend that (you can use the GH Actions with the
infracost comment --behavior=new
flag but again, we don’t recommend it due to the noise - every new PR comment also sends an email in GH I think).