Skip to content

Bump nokogiri from 1.16.4 to 1.16.5 in /gems/quilt_rails in the bundler group across 1 directory #1712

Bump nokogiri from 1.16.4 to 1.16.5 in /gems/quilt_rails in the bundler group across 1 directory

Bump nokogiri from 1.16.4 to 1.16.5 in /gems/quilt_rails in the bundler group across 1 directory #1712

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.js
uses: actions/setup-node@v3
with:
node-version: 18.x
- name: Check for Changeset
run: npx @changesets/cli status --since="origin/main"