Skip to content

feat: documenting mppx WS #306

feat: documenting mppx WS

feat: documenting mppx WS #306

Workflow file for this run

name: PR Auto-Label
on:
pull_request_target:
types: [opened, synchronize]
jobs:
label:
runs-on: ubuntu-latest
permissions:
pull-requests: write
steps:
- uses: actions/checkout@v4
- uses: actions/setup-node@v4
with:
node-version: "24"
- name: Label PR
run: npx tsx .github/actions/pr-label/label-pr.ts
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
PR_NUMBER: ${{ github.event.pull_request.number }}