Skip to content

Update README and fix CI #6

Update README and fix CI

Update README and fix CI #6

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 }}"