Skip to content

Moved pxth to reactive-forms monorepo #247

Moved pxth to reactive-forms monorepo

Moved pxth to reactive-forms monorepo #247

Workflow file for this run

name: Changeset existence
on:
pull_request:
branches: [main]
types: [labeled, opened, synchronize, reopened]
workflow_dispatch:
jobs:
changeset:
name: Check for changeset existence
runs-on: ubuntu-latest
if: ${{ !contains(github.event.pull_request.labels.*.name, 'chore') }}
steps:
- name: Checkout
uses: actions/checkout@v4
with:
fetch-depth: 0
- name: Use Node 20
uses: actions/setup-node@v4
with:
node-version: 20
- name: Install pnpm 9.12.3
uses: pnpm/action-setup@v4
with:
version: 9.12.3
- name: Install dependencies (with cache)
uses: covbot/pnpm-install-with-cache@v1
- name: Run changeset status
run: pnpm changeset status --since=origin/main