Updated java ci to avoid unnecessary commits for swagger files#13902
Updated java ci to avoid unnecessary commits for swagger files#13902raulbob merged 1 commit intodevelopmentfrom
Conversation
Add check to avoid committing if no changes are detected.
|
No actionable comments were generated in the recent review. 🎉 ℹ️ Recent review info⚙️ Run configurationConfiguration used: defaults Review profile: CHILL Plan: Pro Run ID: 📒 Files selected for processing (1)
📝 WalkthroughWalkthroughThe CI workflow step for updating Swagger documentation on the development branch now conditionally commits only when there are staged changes. It checks if staged diffs exist before executing commit and push operations, avoiding redundant commits when files are already synchronized. Changes
Estimated code review effort🎯 1 (Trivial) | ⏱️ ~5 minutes Possibly related PRs
Poem
🚥 Pre-merge checks | ✅ 2 | ❌ 1❌ Failed checks (1 inconclusive)
✅ Passed checks (2 passed)
✏️ Tip: You can configure your own custom pre-merge checks in the settings. ✨ Finishing Touches🧪 Generate unit tests (beta)
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. Comment |
Add check to avoid committing if no changes are detected.
Summary by CodeRabbit