Skip to content

[DOC] add the github link #1

[DOC] add the github link

[DOC] add the github link #1

Workflow file for this run

name: Add Label
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 }}"