Skip to content

feat(promoted): apply the moderation mute list to promoted entries #398

feat(promoted): apply the moderation mute list to promoted entries

feat(promoted): apply the moderation mute list to promoted entries #398

Triggered via pull request August 23, 2026 08:48
Status Success
Total duration 40s
Artifacts

main.yml

on: pull_request
build
build
Matrix: deploy
Fit to window
Zoom out
Zoom in

Annotations

4 warnings
test
Node.js 20 is deprecated. The following actions target Node.js 20 but are being forced to run on Node.js 24: actions/checkout@v4, actions/setup-dotnet@v4. For more information see: https://github.blog/changelog/2025-09-19-deprecation-of-node-20-on-github-actions-runners/
test: dotnet/EcencyApi.Tests/SsrRpcTests.cs#L353
Test methods should not use blocking task operations, as they can cause deadlocks. Use an async test method and await instead. (https://xunit.net/xunit.analyzers/rules/xUnit1031)
test: dotnet/EcencyApi.Tests/SsrRpcTests.cs#L352
Test methods should not use blocking task operations, as they can cause deadlocks. Use an async test method and await instead. (https://xunit.net/xunit.analyzers/rules/xUnit1031)
test: dotnet/EcencyApi.Tests/SsrRpcTests.cs#L123
Do not use a Where clause to filter before calling Assert.Single. Use the overload of Assert.Single that accepts a filtering function. (https://xunit.net/xunit.analyzers/rules/xUnit2031)