Skip to content

Commit a35808f

Browse files
committed
f
1 parent 18fa01a commit a35808f

File tree

1 file changed

+1
-1
lines changed
  • image/src/github_pr_comment

1 file changed

+1
-1
lines changed

image/src/github_pr_comment/cmp.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ def remove_warnings(plan: str) -> str:
2323

2424
plan_lines.append(line)
2525

26-
if re.match(r'Plan: \d+ to add, \d+ to change, \d+ to destroy', line):
26+
if re.match(r'Plan: \d+ to \S+', line):
2727
plan_summary_reached = True
2828

2929
return '\n'.join(plan_lines).strip()

0 commit comments

Comments
 (0)