Skip to content

fix(tile-group): keep selection icon size consistent for large tiles #534

fix(tile-group): keep selection icon size consistent for large tiles

fix(tile-group): keep selection icon size consistent for large tiles #534

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})