Skip to content

chore: test cr-tracked label #7

chore: test cr-tracked label

chore: test cr-tracked label #7

Workflow file for this run

name: CR
on:
pull_request:
branches: [main]
types: [opened, synchronize, labeled, ready_for_review]
permissions: {}
jobs:
release:
if: ${{ !github.event.pull_request.draft && contains(github.event.pull_request.labels.*.name, 'cr-tracked') }}
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- uses: pnpm/[email protected]
- run: pnpm install
- run: pnpm prepack
- run: pnpx pkg-pr-new publish --compact --no-template --pnpm