Skip to content

Update README.md and add LICENSE.md #2

Update README.md and add LICENSE.md

Update README.md and add LICENSE.md #2

Workflow file for this run

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