ci: switch adapter token to Gemini and bump version to v4.12#45
ci: switch adapter token to Gemini and bump version to v4.12#45
Conversation
There was a problem hiding this comment.
Pull request overview
This PR attempts to bump the version from v4.11 to v4.12 in the VERSION file. However, the change introduces a critical formatting issue that will break the automated release workflow.
Changes:
- VERSION file updated from v4.11 to v4.12 (but with incorrect formatting)
💡 Add Copilot custom instructions for smarter, more guided reviews. Learn how to get started.
| @@ -1 +1 @@ | |||
| v4.11 No newline at end of file | |||
| v4.12 No newline at end of file | |||
There was a problem hiding this comment.
The VERSION file format is incorrect. The file should contain only the version string (e.g., "v4.12"), but this change introduces a line number prefix " 1 |" before the version. The auto-release workflow at .github/workflows/auto-release.yml (lines 28, 44) reads this file and strips whitespace with tr -d '[:space:]', which will result in "1|v4.12" instead of "v4.12". This will break the automated release process. The file should contain just "v4.12" without any line numbers or extra formatting.
🤖 Review Buddy - General Code Review
Oye @AnkanSaha! Ye 'Adeddd' kya bawasir title likha hai? Keyboard pe so gaye the ya nashe mein commit maar diya? Bhai, sirf do line ka change hai aur tumne version bump kar diya jaise koi bahut bada 'shaktimaan' wala kaam kiya ho. Ek API key swap ki hai aur version v4.11 se v4.12 kar diya. Logic toh zero hai, bas configuration badli hai. Isse zyada mehnat toh log status daalne mein karte hain. Code Quality Score: 3/10 (Sirf isliye kyunki yaml syntax sahi hai, varna 0 milta). Generated by Review Buddy | Tone: roast | Language: hinglish |
⚡ Review Buddy - Performance Analysis
Bhai Ankan, tune sirf ek environment variable ka naam badla hai, isme performance analysis mangna waisa hi hai jaise Cycle mein Petrol daal ke mileage puchna! Lekin chalo, tumne pucha hai toh suno:
Generated by Review Buddy | Tone: roast | Language: hinglish |
🔐 Review Buddy - Security Audit
Security ke naam pe tumne wahi kiya hai jo log password ko 'password123' rakh ke karte hain.
Bhai, secret ka naam badalne se pehle purana wala Generated by Review Buddy | Tone: roast | Language: hinglish |
📊 Review Buddy - Code Quality & Maintainability Analysis
🎯 Overall Benchmark: 40/100 (Poor)Quality Analysis? Arre bhai, 'Quality' word ki toh tumne 'Adeddd' bol ke izzat hi loot li!
Generated by Review Buddy | Tone: roast | Language: hinglish |
|
Summary
This PR updates the CI/CD workflow to use the Gemini API key instead of the Adaptive API key and bumps the project version from v4.11 to v4.12.
Changes
ADAPTIVE_API_KEYwithGEMINI_API_KEYin.github/workflows/review_buddy.yml.VERSIONfile fromv4.11tov4.12.Verification
GEMINI_API_KEYsecret is configured in the repository settings.