We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 18fa01a commit a35808fCopy full SHA for a35808f
image/src/github_pr_comment/cmp.py
@@ -23,7 +23,7 @@ def remove_warnings(plan: str) -> str:
23
24
plan_lines.append(line)
25
26
- if re.match(r'Plan: \d+ to add, \d+ to change, \d+ to destroy', line):
+ if re.match(r'Plan: \d+ to \S+', line):
27
plan_summary_reached = True
28
29
return '\n'.join(plan_lines).strip()
0 commit comments