Skip to content

fix: link to v0.3 docs (MERGE ON V1 RELEASE) #995

fix: link to v0.3 docs (MERGE ON V1 RELEASE)

fix: link to v0.3 docs (MERGE ON V1 RELEASE) #995

Workflow file for this run

# Automatically label PRs based on the files changed
name: "Pull Request Labeler"
on:
pull_request_target:
types: [opened, synchronize, reopened, ready_for_review]
permissions:
contents: read
pull-requests: write
jobs:
label:
runs-on: ubuntu-latest
steps:
- name: Label PR based on file paths
uses: actions/labeler@v6
with:
repo-token: "${{ secrets.GITHUB_TOKEN }}"
sync-labels: true # Remove labels when files no longer match