Searched refs:MatchSafe (Results 1 – 1 of 1) sorted by relevance
118 def MatchSafe(match): function141 return MatchSafe(PUSH_MSG_GIT_RE.match(title))144 patches = MatchSafe(MERGE_MESSAGE_RE.search(body))146 patches = MatchSafe(ROLLBACK_MESSAGE_RE.search(body))155 patch = MatchSafe(MERGE_MESSAGE_GIT_RE.match(line))158 patch = MatchSafe(ROLLBACK_MESSAGE_GIT_RE.match(line))191 "review_link": MatchSafe(REVIEW_LINK_RE.search(cl_body)),