Summary
Jobs
changelog
Results Code Coverage
Results Code Coverage
Results Maui.iOS
Results Maui.iOS
Results Maui.iOS
Results .NET (macos-14, net7.0)
Results .NET (macos-14, net7.0)
Results .NET (macos-latest, net7.0)
Results .NET (macos-latest, net7.0)
Results .NET (ubuntu-latest, net7.0)
Results .NET (ubuntu-latest, net7.0)
Results .NET (win81, net7.0)
Results .NET (win81, net7.0)
Results .NET (windows-latest, net7.0)
Results .NET (windows-latest, net7.0)
Results .NET Framework
Results .NET Framework
Results Maui.Android
Results Maui.Android
Results Maui.MacCatalyst
Results Maui.MacCatalyst
Results Source Generation
Results Source Generation
Results UWP Managed
Results UWP Managed
Results Unity Linux Mono_Net4
Results Unity Linux Mono_Net4
Results Unity Windows Mono_Net4
Results Unity Windows Mono_Net4
Results Weaver linux-x64
Results Weaver linux-x64
Results Weaver osx-x64
Results Weaver osx-x64
Results Weaver win-x64
Results Weaver win-x64
Results Woven classes
Results Woven classes
Results Xamarin.Android
Results Xamarin.iOS
Results Xamarin.iOS
Results Xamarin.macOS
Results Xamarin.macOS
Results Xamarin.tvOS
Results Xamarin.tvOS
Verify TODOs
Workflow file for this run
This file contains 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
# NOTE: This is a common file that is overwritten by realm/ci-actions sync service
# and should only be modified in that repository.
name: "Check Changelog"
on:
pull_request:
types: [opened, synchronize, reopened, ready_for_review, labeled, unlabeled]
jobs:
changelog:
runs-on: ubuntu-latest
steps:
- name: Checkout
uses: actions/checkout@8230315d06ad95c617244d2f265d237a1682d445
with:
submodules: false
- name: Enforce Changelog
uses: dangoslen/changelog-enforcer@c0b9fd225180a405c5f21f7a74b99e2eccc3e951
with:
skipLabels: no-changelog
missingUpdateErrorMessage: Please add an entry in CHANGELOG.md or apply the 'no-changelog' label to skip this check.
You can’t perform that action at this time.