Skip to content

MWPW-147594: Consumers mappings for origin not being sent when using sidekick #96

MWPW-147594: Consumers mappings for origin not being sent when using sidekick

MWPW-147594: Consumers mappings for origin not being sent when using sidekick #96

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/[email protected]
- name: Send Slack message for high impact PRs
uses: actions/[email protected]
with:
script: |
const main = require('./.github/workflows/high-impact-alert.js')
main({ github, context })