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
logger.Infof("label update event, PipelineRun %s does not have a on-label for any of those labels: %s", prName, strings.Join(event.PullRequestLabel, "|"))
235
+
continue
236
+
}
237
+
229
238
ifcelExpr, ok:=prun.GetObjectMeta().GetAnnotations()[keys.OnCelExpression]; ok {
logger.Infof("label update event, PipelineRun %s does not have a on-label for any of those labels: %s", prName, strings.Join(event.PullRequestLabel, "|"))
283
-
continue
284
290
}
285
291
286
292
ifkey, ok:=prun.GetObjectMeta().GetAnnotations()[keys.OnPathChangeIgnore]; ok {
0 commit comments