Skip to content

Update kotlin monorepo to v2 (major) #332

Update kotlin monorepo to v2 (major)

Update kotlin monorepo to v2 (major) #332

# Workflow to associate labels automatically
name: CI - Pull-Request Labeler
on:
- pull_request
jobs:
add-labels-to-pull-request:
runs-on: ubuntu-latest
steps:
- uses: actions/labeler@v5
with:
repo-token: "${{ secrets.GITHUB_TOKEN }}"