Skip to content

Update plugin org.jetbrains.kotlinx.kover to v0.9.8 #2094

Update plugin org.jetbrains.kotlinx.kover to v0.9.8

Update plugin org.jetbrains.kotlinx.kover to v0.9.8 #2094

Workflow file for this run

name: Labeling 🏷️
on:
pull_request:
types: [ synchronize, opened, reopened ]
jobs:
labeling:
name: Adding Labels
runs-on: ubuntu-latest
permissions:
pull-requests: write
steps:
- name: Labeling
uses: hopeman15/labelicious@0.4.0
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}