Closed bradleyfalzon closed 7 years ago
@shurcooL, I saw you gave https://github.com/bradleyfalzon/gopherci/pull/115#issuecomment-322029712 a 👍 - do you agree?
I agree.
In fact, the specific part of that comment I was giving a 👍 to was this sentence:
I think GopherCI should default to no notifications if everything is OK, and let the user enable this if they want it.
It seems to be consistent with go vet
output, etc. If there are no issues, it's silent. I like that.
That said, I think there's a good chance that further evidence may suggest a different behavior is better. Iterating on this is completely expected and okay.
Thanks @shurcooL, I'll make the change but eventually users can chose their desired behaviour.
Since implementing Pull Request Reviews in #115 and #116, additional changes were made to approve a pull request. But this causes some additional behaviour that might be undesirable, such as emailing the user that everything is OK and having extra UI elements on PR showing it's been reviewed.
I don't mind if people want to enable this, but I don't think it provides value by default. I'll disable this part by default for the moment.