Skip to content

Commit f4eb9a2

Browse files
committed
chore(ci): log PR comment body matching
1 parent aeb7886 commit f4eb9a2

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

.github/workflows/lifecycle.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -186,6 +186,9 @@ jobs:
186186
if match:
187187
mc_versions = [ match.group(1) ]
188188
dirs_to_filter = [ match.group(2) ]
189+
print('Matched PR body', mc_versions, dirs_to_filter)
190+
else:
191+
print('PR body did not match')
189192
190193
case 'workflow_dispatch':
191194
input_dirs = '${{ github.event.inputs.dirs }}'

0 commit comments

Comments
 (0)