Skip to content

Bump org.jetbrains.kotlinx:kotlinx-coroutines-android from 1.7.3 to 1.8.1 #103

Bump org.jetbrains.kotlinx:kotlinx-coroutines-android from 1.7.3 to 1.8.1

Bump org.jetbrains.kotlinx:kotlinx-coroutines-android from 1.7.3 to 1.8.1 #103

name: Add Changelog to a Release PR
on:
pull_request:
types:
- opened
- reopened
- ready_for_review
# Also only if the branch is 'releases/v*' but that has to be checked below
jobs:
changelog:
name: Generate Formatted Changelog
runs-on: ubuntu-latest
# Change the branch name here to match your release branch convention
if: startsWith(github.head_ref, 'releases/v')
steps:
- uses: daytime-em/changelog-on-pr@v1
with:
token: ${{ secrets.GITHUB_TOKEN }}
labels: breaking,new,updates,fixes,deprecated