Skip to content

Mwpw 151518: Adobe Home merch card integration with M@S Studio #43

Mwpw 151518: Adobe Home merch card integration with M@S Studio

Mwpw 151518: Adobe Home merch card integration with M@S Studio #43

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