Skip to content
This repository has been archived by the owner on Jul 2, 2024. It is now read-only.

Fix Notion migrations not working in when served by Netlify. #71932

Fix Notion migrations not working in when served by Netlify.

Fix Notion migrations not working in when served by Netlify. #71932

Workflow file for this run

name: Notify teammates listed in CODENOTIFY files of the changes
on:
pull_request_target:
types: [opened, synchronize, ready_for_review]
jobs:
notify:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
name: Checkout repository
with:
ref: ${{ github.event.pull_request.head.sha }}
- uses: sourcegraph/codenotify@v0.4
name: Notify teammates listed in CODENOTIFY files of the changes
env:
GITHUB_TOKEN: ${{ secrets.CODENOTIFY_GITHUB_TOKEN }}