Searched refs:MatchSafe (Results 1 – 1 of 1) sorted by relevance
119 def MatchSafe(match): function142 return MatchSafe(PUSH_MESSAGE_RE.match(title))145 patches = MatchSafe(MERGE_MESSAGE_RE.search(body))147 patches = MatchSafe(ROLLBACK_MESSAGE_RE.search(body))185 "review_link": MatchSafe(REVIEW_LINK_RE.search(body)),