Skip to content

Commit 1f3a3bf

Browse files
committed
updated plan to include a step to convert the kotlin code to java before integrating in to morphia-core
1 parent 285d422 commit 1f3a3bf

File tree

2 files changed

+181
-146
lines changed

2 files changed

+181
-146
lines changed

.github/workflows/update-critter-progress.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ jobs:
1818
if: |
1919
(github.event_name == 'pull_request' && github.event.pull_request.merged == true) ||
2020
(github.event_name == 'issues' && contains(
21-
fromJson('[4179, 4184, 4185, 4186, 4187, 4188, 4189, 4190]'),
21+
fromJson('[4179, 4184, 4185, 4195, 4186, 4187, 4188, 4189, 4190]'),
2222
github.event.issue.number
2323
))
2424
steps:

0 commit comments

Comments
 (0)