Searched refs:MatchSafe (Results 1 – 1 of 1) sorted by relevance
108 def MatchSafe(match): function131 return MatchSafe(PUSH_MESSAGE_RE.match(title))134 patches = MatchSafe(MERGE_MESSAGE_RE.search(body))136 patches = MatchSafe(ROLLBACK_MESSAGE_RE.search(body))164 "review_link": MatchSafe(REVIEW_LINK_RE.search(cl_body)),