[NGOv3.X] CI fixes and adjustments - #4163
Merged
Merged
Conversation
|
Check the configuration's TOML syntax, permitted settings, and size limit. See the error below. Error message: Configuration content:# This is the configuration for the u-pr bot
# https://github.cds.internal.unity3d.com/unity/u-pr
# For configuration of this file:
# https://developer.portal.internal.unity.com/catalog/default/component/u-pr/docs/configuration/automatic_runs/
[github_app]
handle_pr_actions = ['opened', 'ready_for_review'] # PR events that auto-run pr_commands
pr_commands = ["/harness-review"] # what runs on those events
reviewer_commands = ["/harness-review"] # what runs when @u-pr is added as reviewer
|
michalChrobot
requested review from
a team,
EmandM and
NoelStephensUnity
as code owners
September 16, 2026 12:18
jabbacakes
approved these changes
Sep 16, 2026
jabbacakes
left a comment
Contributor
There was a problem hiding this comment.
You summoned me with your one line docs change. 👁️ Few small suggestions to polish the tweaks Noel made after my pass in the last PR.
Co-authored-by: Amy Reeve <amy.reeve@unity3d.com>
Co-authored-by: Amy Reeve <amy.reeve@unity3d.com>
Co-authored-by: Amy Reeve <amy.reeve@unity3d.com>
Codecov ReportAll modified and coverable lines are covered by tests ✅ @@ Coverage Diff @@
## develop-3.x.x #4163 +/- ##
=================================================
+ Coverage 78.01% 78.19% +0.18%
=================================================
Files 153 153
Lines 26260 26272 +12
=================================================
+ Hits 20486 20544 +58
+ Misses 5774 5728 -46
Flags with carried forward coverage won't be shown. Click here to find out more. see 4 files with indirect coverage changes
|
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Purpose of this PR
Includes few fixes following on 3.X release which are:
Package Pack (and x-ray) - NGO [win]job"com.unity.services.multiplayer": "2.3.3"to our testproject as that version is compatibleJira ticket
N/A
Documentation
N/A
Testing & QA (How your changes can be verified during release Playtest)
Will run full CI to catch any other issues
Up-port
N/A
Backports
N/A