ci: default aio Nexus mod id to 180419#71
Conversation
aio mode previously had no default mod ID, so a real upload (or the post-release dry-run) required passing nexus_mod_id every dispatch. Now that 180419 is confirmed as the Open Shaders fork's Nexus page, default the aio branch to it (mirroring matrix mode's 86492 fallback). The shared workflow input default stays empty so matrix mode keeps its 86492 default. Co-Authored-By: Claude Opus 4.8 <noreply@anthropic.com>
|
Warning Review limit reached
More reviews will be available in 42 minutes and 8 seconds. Learn how PR review limits work. Your organization has run out of usage credits. Purchase more in the billing tab. ⌛ How to resolve this issue?After more reviews become available, a review can be triggered using the We recommend that you space out your commits to avoid hitting the rate limit. 🚦 How do rate limits work?CodeRabbit enforces hourly rate limits for each developer per organization. Our paid plans include higher PR review limits than trial, open-source, and free plans. In all cases, reviews become available again over time. During sustained high-volume PR review activity, CodeRabbit may temporarily slow when the next review becomes available. Please see our Fair Usage Limits Policy for further information. ℹ️ Review info⚙️ Run configurationConfiguration used: Path: .coderabbit.yaml Review profile: CHILL Plan: Pro Run ID: 📒 Files selected for processing (1)
✨ 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 |
What
Default the
aiobranch ofnexus-upload.yamltonexus_mod_id = 180419(the Open Shaders fork's Nexus page) when no ID is passed — mirroring howmatrixmode falls back to86492for upstream CORE.Why
aiomode had no default, so a real upload (and the post-release dry-run) required typingnexus_mod_idon every dispatch. With 180419 confirmed as the fork's page, this makes the Nexus publish step one-click.Note
The shared
nexus_mod_idworkflow input default stays empty on purpose — only theaiocode branch defaults to 180419, somatrixmode keeps its 86492 fallback. No behavior change for matrix.🤖 Generated with Claude Code