Skip to content

Update dependency org.jetbrains.kotlinx:kotlinx-collections-immutable-jvm to v0.3.7 #19

Update dependency org.jetbrains.kotlinx:kotlinx-collections-immutable-jvm to v0.3.7

Update dependency org.jetbrains.kotlinx:kotlinx-collections-immutable-jvm to v0.3.7 #19

Workflow file for this run

name: PR Branch Labeler
on: pull_request
jobs:
label_prs:
runs-on: ubuntu-latest
steps:
- name: Label PRs
if: github.event.action == 'opened'
uses: ffittschen/pr-branch-labeler@v1
with:
repo-token: ${{ secrets.GITHUB_TOKEN }}