Skip to content
This repository has been archived by the owner on Apr 11, 2024. It is now read-only.

Bump tslib from 2.3.1 to 2.6.1 #434

Bump tslib from 2.3.1 to 2.6.1

Bump tslib from 2.3.1 to 2.6.1 #434

Workflow file for this run

name: Changelog
on:
pull_request:
types:
- labeled
- unlabeled
- opened
- synchronize
- reopened
jobs:
check:
if: |
!contains(github.event.pull_request.head.ref, 'changeset-release') &&
!contains(github.event.pull_request.labels.*.name, 'Skip Changelog')
runs-on: ubuntu-latest
steps:
- name: Checkout branch
uses: actions/checkout@v3
with:
fetch-depth: 0
- name: Setup Node with v16.13.0
uses: actions/setup-node@v3
with:
node-version: 16.13.0
- name: Check for Changeset
run: npx @changesets/cli status --since="origin/main"