Skip to content

Mwpw 157587 | [Geo-Routing][Page Performance] Removing the georouting modal background image #1346

Mwpw 157587 | [Geo-Routing][Page Performance] Removing the georouting modal background image

Mwpw 157587 | [Geo-Routing][Page Performance] Removing the georouting modal background image #1346

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