Skip to content

CI - Skip PR approval check on external PRs #20130

CI - Skip PR approval check on external PRs

CI - Skip PR approval check on external PRs #20130

Re-run triggered March 10, 2026 20:47
Status Success
Total duration 1h 12m 51s
Artifacts

ci.yml

on: pull_request
Build and test wasm bindings
6m 57s
Build and test wasm bindings
Check that packages are publishable
33s
Check that packages are publishable
Unreal Engine Tests
Unreal Engine Tests
Check CI command docs
1m 5s
Check CI command docs
Check CLI docs
3m 36s
Check CLI docs
Verify LLM benchmark is up to date
Verify LLM benchmark is up to date
Verify global.json files are symlinks
1m 7s
Verify global.json files are symlinks
Check for Python smoketest edits
10s
Check for Python smoketest edits
Check smoketests/mod.rs is complete
3m 27s
Check smoketests/mod.rs is complete
Matrix: update
Matrix: smoketests
Fit to window
Zoom out
Zoom in

Annotations

7 warnings
Smoketests (Windows): crates/bindings-csharp/Runtime/Internal/Bounds.cs#L1
Using directive is unnecessary. (https://learn.microsoft.com/dotnet/fundamentals/code-analysis/style-rules/ide0005)
Smoketests (Windows): crates/bindings-csharp/Runtime/Http.cs#L274
Member 'Send' does not access instance data and can be marked as static (https://learn.microsoft.com/dotnet/fundamentals/code-analysis/quality-rules/ca1822)
Smoketests (Windows): crates/bindings-csharp/Runtime/ProcedureContext.cs#L118
Member 'CommitMutTx' does not access instance data and can be marked as static (https://learn.microsoft.com/dotnet/fundamentals/code-analysis/quality-rules/ca1822)
Smoketests (Windows): crates/bindings-csharp/Runtime/ProcedureContext.cs#L111
Member 'StartMutTx' does not access instance data and can be marked as static (https://learn.microsoft.com/dotnet/fundamentals/code-analysis/quality-rules/ca1822)
Smoketests (Windows): crates/bindings-csharp/Runtime/Internal/Module.cs#L473
Possible null reference argument for parameter 's' in 'byte[] Encoding.GetBytes(string s)'.
Smoketests (Windows): crates/bindings-csharp/BSATN.Runtime/Builtins.cs#L3
Using directive is unnecessary. (https://learn.microsoft.com/dotnet/fundamentals/code-analysis/style-rules/ide0005)
Smoketests (Windows): crates/bindings-csharp/BSATN.Runtime/QueryBuilder.cs#L851
Use 'ArgumentNullException.ThrowIfNull' instead of explicitly throwing a new exception instance (https://learn.microsoft.com/dotnet/fundamentals/code-analysis/quality-rules/ca1510)