Skip to content

Conversation

@Prafulrakhade
Copy link
Contributor

@Prafulrakhade Prafulrakhade commented Jan 14, 2026

Summary by CodeRabbit

Release Notes

  • Chores
    • Added configurable group path selection for build and publish workflows with multiple options.
    • Updated workflow references to latest versions.

✏️ Tip: You can customize this high-level summary in your review settings.

Signed-off-by: Praful Rakhade <prafulrakhade02@gmail.com>
@coderabbitai
Copy link

coderabbitai bot commented Jan 14, 2026

Walkthrough

The workflow file is updated to introduce a new group_path input parameter with two configuration options and modifies the reused workflow references. Both the publish-snapshot and publish-release jobs now forward the selected group path to their respective reused workflows.

Changes

Cohort / File(s) Summary
GitHub Actions Workflow Configuration
.github/workflows/kotlin-artifacts-build.yml
Added group_path input to workflow_dispatch with choices io/inji (default) and io/mosip. Updated reused workflow references: publish-snapshot now uses Mmaster instead of MOSIP-44195, and publish-release now uses master instead of MOSIP-44195. Both jobs forward the GROUP_PATH input parameter to their respective reused workflows.

Estimated code review effort

🎯 2 (Simple) | ⏱️ ~10 minutes

Possibly related PRs

  • [MOSIP-44195] Update kotlin-artifacts-build.yml #148: Also modifies .github/workflows/kotlin-artifacts-build.yml reused workflow references, but reverses the workflow version switches—main PR updates from MOSIP-44195 to master/Mmaster while additionally introducing the group_path input parameter.

Suggested reviewers

  • ckm007

Poem

🐰 A path emerges from the choice divine,
Where io/inji and io/mosip align,
From MOSIP-44195 we bid adieu,
To master branches, workflows anew! 🚀

🚥 Pre-merge checks | ✅ 2 | ❌ 1
❌ Failed checks (1 inconclusive)
Check name Status Explanation Resolution
Title check ❓ Inconclusive The title references the ticket number MOSIP-44195 but doesn't specifically describe what the update accomplishes—adding GROUP_PATH input and updating workflow references. Consider a more descriptive title like 'Add GROUP_PATH input to kotlin-artifacts-build workflow' to clearly convey the main change to reviewers scanning history.
✅ Passed checks (2 passed)
Check name Status Explanation
Description Check ✅ Passed Check skipped - CodeRabbit’s high-level summary is enabled.
Docstring Coverage ✅ Passed No functions found in the changed files to evaluate docstring coverage. Skipping docstring coverage check.

✏️ Tip: You can configure your own custom pre-merge checks in the settings.


Thanks for using CodeRabbit! It's free for OSS, and your support helps us grow. If you like it, consider giving us a shout-out.

❤️ Share

Comment @coderabbitai help to get the list of available commands and usage tips.

Signed-off-by: Praful Rakhade <prafulrakhade02@gmail.com>
Copy link

@coderabbitai coderabbitai bot left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Actionable comments posted: 2

🤖 Fix all issues with AI agents
In @.github/workflows/kotlin-artifacts-build.yml:
- Around line 24-31: Remove the trailing whitespace from the options value
"io/mosip " under the group_path input so it reads "io/mosip"; update the
options list in the group_path block (the "options" key) to ensure there are no
trailing spaces on any entries and that YAML remains properly formatted.
- Line 36: The workflow reference on the uses line incorrectly uses the
branch/tag name "@Mmaster"; update that to "@master" so the action reference
matches the correct branch (change the string in the uses entry
"mosip/kattu/.github/workflows/maven-publish-android.yml@Mmaster" to use
"@master"). Ensure the other job references remain consistent (e.g., the
"publish-release" job already using "@master") and commit the corrected uses
value.
📜 Review details

Configuration used: Organization UI

Review profile: CHILL

Plan: Pro

📥 Commits

Reviewing files that changed from the base of the PR and between 6861800 and f2593b4.

📒 Files selected for processing (1)
  • .github/workflows/kotlin-artifacts-build.yml
🔇 Additional comments (2)
.github/workflows/kotlin-artifacts-build.yml (2)

40-40: LGTM!

The GROUP_PATH parameter is correctly passed from the workflow input. The #dynamic comment is optional and could be removed for cleaner configuration if desired.


54-58: LGTM!

The workflow reference correctly points to @master and the GROUP_PATH parameter is properly forwarded from the input.

✏️ Tip: You can disable this entire section by setting review_details to false in your review settings.

@ckm007 ckm007 merged commit aba3615 into inji:develop Jan 14, 2026
5 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants