(message string, err error)
| 93 | } |
| 94 | |
| 95 | func (a *Approver) logErrorAndExit(message string, err error) { |
| 96 | sentry.CaptureException(err) |
| 97 | log.Fatalf("Error approving issue: %s: %s\n", message, err.Error()) |
| 98 | } |
| 99 | |
| 100 | func (a *Approver) renderProblems() string { |
| 101 | var problemStrings []string |