This repository has been archived by the owner on Jul 2, 2024. It is now read-only.
Introduce a Notion specific file to register redirections as part of the migration process #71839
Workflow file for this run
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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/[email protected] | |
name: Notify teammates listed in CODENOTIFY files of the changes | |
env: | |
GITHUB_TOKEN: ${{ secrets.CODENOTIFY_GITHUB_TOKEN }} |