Skip to content

fix for georouting popup link is seen rendered out of the popup in mobile portrait view in arabic locale #627

fix for georouting popup link is seen rendered out of the popup in mobile portrait view in arabic locale

fix for georouting popup link is seen rendered out of the popup in mobile portrait view in arabic locale #627

name: Feds File Watch
on:
pull_request_target:
types: [opened, labeled]
env:
FEDS_WATCH_HOOK: ${{ secrets.FEDS_WATCH_HOOK }}
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 messages if a PR contains feds related files.
uses: actions/github-script@v7
with:
script: |
const main = require('./.github/workflows/check-feds-files.js')
main({ github, context })