Skip to content

[WIP] PlatformTextInputService2 #60

[WIP] PlatformTextInputService2

[WIP] PlatformTextInputService2 #60

# Checks Release Notes in the PR description when:
# opened - PR is opened
# edited - The title/description are changed
# synchronize - New commits appeared.
# We don't use the new content, but we still need to mark this commit Green/Red in GitHub UI
name: Check Release Notes in the description
on:
pull_request:
types: [opened, edited, synchronize]
jobs:
check:
runs-on: ubuntu-24.04
steps:
- uses: JetBrains/compose-multiplatform/tools/changelog/check-release-notes-github-action@master