Skip to content

MWPW-157888 - Hero marquee w/ no-min-height and no l/r padding when using a full-width variant in masonry(repost) #3427

MWPW-157888 - Hero marquee w/ no-min-height and no l/r padding when using a full-width variant in masonry(repost)

MWPW-157888 - Hero marquee w/ no-min-height and no l/r padding when using a full-width variant in masonry(repost) #3427

name: Add or remove zero impact label
on:
pull_request_target:
types: [opened, synchronize, reopened, labeled, unlabeled]
jobs:
label:
runs-on: ubuntu-latest
steps:
- name: Checkout repository
uses: actions/checkout@v4
- name: Add the zero impact label
uses: actions/github-script@v7
with:
script: |
const main = require('./.github/workflows/label-zero-impact.js')
main({ github, context })