Skip to content

Bump com.github.ajalt.clikt:clikt from 5.0.0 to 5.0.1 #166

Bump com.github.ajalt.clikt:clikt from 5.0.0 to 5.0.1

Bump com.github.ajalt.clikt:clikt from 5.0.0 to 5.0.1 #166

Workflow file for this run

name: Labeler
on: [ pull_request_target ]
jobs:
label:
runs-on: ubuntu-latest
permissions:
contents: read
pull-requests: write
steps:
- uses: actions/labeler@v4
with:
repo-token: "${{ secrets.GITHUB_TOKEN }}"