Skip to content

Check Release Notes GitHub workflow #1

Check Release Notes GitHub workflow

Check Release Notes GitHub workflow #1

Workflow file for this run

name: Check Release Notes in the description
on:
pull_request:
types: [opened, edited]
jobs:
check:
runs-on: ubuntu-24.04
steps:
- uses: actions/checkout@v4
with:
name: JetBrains/compose-multiplatform
filter: 'tools'
- uses: actions/setup-java@v4
with:
distribution: 'corretto'
java-version: '17'
- name: Test Gradle plugin
shell: bash
run: |
cd tools
# https://github.com/actions/checkout/issues/58#issuecomment-2264361099
PR_NUMBER=$(echo $GITHUB_REF | awk 'BEGIN { FS = "/" } ; /^refs\/pull/ { print $3 }')
kotlin changelog.main.kts action=checkPr ${{ github.repository }} $PR_NUMBER