-
-
Notifications
You must be signed in to change notification settings - Fork 1k
Fix missing preview URL in pull requests #4649
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Conversation
WalkthroughThe PR updates the GitHub Actions PR workflow configuration to include the master branch in the pull_request trigger alongside existing branches (e.g., *-maintenance). No code or API surface changes. Changes
Estimated code review effort🎯 1 (Trivial) | ⏱️ ~2 minutes Pre-merge checks and finishing touches❌ Failed checks (2 warnings)
✅ Passed checks (1 passed)
✨ Finishing touches🧪 Generate unit tests
📜 Recent review detailsConfiguration used: Path: .coderabbit.yaml Review profile: CHILL Plan: Pro 📒 Files selected for processing (1)
🔇 Additional comments (1)
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 |
@coderabbitai check for breaking changes made in #4639 |
Tip For best results, initiate chat on the files or code changes. 🧩 Analysis chain🏁 Script executed:
Length of output: 7548 🌐 Web query:
💡 Result: Short summary of breaking changes from actions/checkout v4 → v5
Sources: 🌐 Web query:
💡 Result: Key breaking changes in actions/setup-node v5 vs v4
Quick migration actions
Sources: GitHub actions/setup-node release notes and README. [1] [2] 🌐 Web query:
💡 Result: Short answer — main breaking change in v5:
Sources:
🌐 Web query:
💡 Result: Short summary of breaking changes from actions/download-artifact v4 → v5
Migration tip: if you previously used artifact-ids and expected path//, change:
Sources: GitHub release/migration notes and docs. [1][2][3] 🌐 Web query:
💡 Result: Key breaking changes when upgrading crowdin/github-action from v1 → v2:
Sources:
🏁 Script executed:
Length of output: 159 @haslinghuis, I've analyzed PR #4639 for breaking changes. Here's what I found: Summary of PR #4639The PR updates GitHub Actions to their latest major versions:
Potential Breaking Changes (General)
ConclusionNo breaking changes affect this project. The updates in PR #4639 are safe and only modernize the infrastructure to Node.js 24. All potentially breaking changes either don't apply to your workflow configurations or are handled automatically by GitHub-hosted runners. 🧠 Learnings used
|
@coderabbitai the issue seems to be here: https://github.com/betaflight/betaflight-configurator/blob/master/.github/workflows/deploy.yml#L94-L95 |
Tip For best results, initiate chat on the files or code changes. 🧩 Analysis chain🏁 Script executed:
Length of output: 1377 🏁 Script executed:
Length of output: 4850 @haslinghuis, you're absolutely right! I found the issue. The ProblemIn
This is a mismatch! When the workflow is triggered by The FixThe condition at line 90 in if: github.event_name == 'pull_request_target' About the Current PRThe current PR (#4649) modifies
Would you like me to help identify the correct fix for |
6b4c656
to
8f5609f
Compare
|
Preview URL: https://pr4649.betaflight-app.pages.dev |
|
Closing as this was pre-mature (I was working on the update to the production deployment for the upcoming release). @haslinghuis please be patient. |
@blckmn was not aware and thought it was related to my last PR :) |
Summary by CodeRabbit