Skip to content

MWPW-148282: Remove data layer names from Marketo Configurator #205

MWPW-148282: Remove data layer names from Marketo Configurator

MWPW-148282: Remove data layer names from Marketo Configurator #205

name: High Impact Alert
on:
pull_request:
types:
- labeled
env:
SLACK_HIGH_IMPACT_PR_WEBHOOK: ${{ secrets.SLACK_HIGH_IMPACT_PR_WEBHOOK }}
jobs:
send_alert:
if: github.repository_owner == 'adobecom'
runs-on: ubuntu-latest
steps:
- name: Checkout repository
uses: actions/checkout@v4.1.4
- name: Send Slack message for high impact PRs
uses: actions/github-script@v7.0.1
with:
script: |
const main = require('./.github/workflows/high-impact-alert.js')
main({ github, context })