CMP-5786 iOS TF2: Implement textFieldMagnifierNode #49
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
# 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 |