Skip to content

Maintain DOM tree when top bar is undefined in reframe #19077

Maintain DOM tree when top bar is undefined in reframe

Maintain DOM tree when top bar is undefined in reframe #19077

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 pnpm
uses: pnpm/action-setup@v3
- name: Setup Node from .nvmrc
uses: actions/setup-node@v4
with:
node-version-file: '.nvmrc'
- name: Check for Changeset
run: npx @changesets/cli status --since="origin/main"