fix: account for mutations in script module in ownership check (#14253) #82
This file contains hidden or 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
| # https://github.com/sveltejs/svelte.dev/blob/main/apps/svelte.dev/scripts/sync-docs/README.md | |
| name: Sync request | |
| on: | |
| push: | |
| branches: | |
| - main | |
| jobs: | |
| dispatch: | |
| runs-on: ubuntu-latest | |
| steps: | |
| - name: Repository Dispatch | |
| uses: peter-evans/repository-dispatch@v3 | |
| with: | |
| token: ${{ secrets.SYNC_REQUEST_TOKEN }} | |
| repository: sveltejs/svelte.dev | |
| event-type: sync-request | |
| client-payload: |- | |
| { | |
| "package": "svelte" | |
| } |