Skip to content

build(deps): update dependency chromatic to v11.22.0 #523

build(deps): update dependency chromatic to v11.22.0

build(deps): update dependency chromatic to v11.22.0 #523

name: Remove PR from changelog
on:
pull_request:
types:
- labeled
- opened
branches:
- dev
jobs:
add-changelog-omit-comment:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- name: Add omit comment to PR
uses: actions/github-script@v7
with:
script: |
const action = require('${{ github.workspace }}/.github/scripts/omitPrFromChangelog.js')
await action({github, context, core})