You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
r.logger.Info("found note ID with a matching componentName and scenarioName", "omponentName", componentName, "scenarioName", scenarioName, "noteID", ¬e.ID)
299
+
// get existing note by search "Integration test for componentName" and " scenario scenarioName " in report summary
300
+
// GetExistingCommentID for github comment has the similar logic
301
+
ifstrings.Contains(note.Body, fmt.Sprintf("Integration test for %s ", componentName)) &&strings.Contains(note.Body, fmt.Sprintf(" scenario %s ", scenarioName)) {
302
+
r.logger.Info("found note ID with a matching componentName and scenarioName", "componentName", componentName, "scenarioName", scenarioName, "noteID", ¬e.ID)
0 commit comments