File tree Expand file tree Collapse file tree 2 files changed +2
-1
lines changed
apps/svelte.dev/scripts/sync-docs Expand file tree Collapse file tree 2 files changed +2
-1
lines changed Original file line number Diff line number Diff line change 24
24
with :
25
25
commit-message : sync ${{ github.event.client_payload.package }} docs
26
26
title : Sync `${{ github.event.client_payload.package }}` docs
27
- body : This is an automated pull request
27
+ body : This is an automated pull request. See the [README](../tree/main/apps/svelte.dev/scripts/sync-docs/README.md) for more information
28
28
branch : sync/${{ github.event.client_payload.package }}
29
29
base : main
Original file line number Diff line number Diff line change @@ -50,6 +50,7 @@ Changes to documentation in the source repos will trigger the [`sync-docs.yml`](
50
50
To set up a new repo, create a file in that repo called ` .github/workflows/sync-request.yml ` with the following contents:
51
51
52
52
``` yml
53
+ # https://github.com/sveltejs/svelte.dev/blob/main/apps/svelte.dev/scripts/sync-docs/README.md
53
54
name : Dispatch sync request
54
55
55
56
on :
You can’t perform that action at this time.
0 commit comments