Skip to content

Commit 697974d

Browse files
committed
link to README
1 parent a099138 commit 697974d

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

.github/workflows/sync-docs.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,6 +24,6 @@ jobs:
2424
with:
2525
commit-message: sync ${{ github.event.client_payload.package }} docs
2626
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
2828
branch: sync/${{ github.event.client_payload.package }}
2929
base: main

apps/svelte.dev/scripts/sync-docs/README.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -50,6 +50,7 @@ Changes to documentation in the source repos will trigger the [`sync-docs.yml`](
5050
To set up a new repo, create a file in that repo called `.github/workflows/sync-request.yml` with the following contents:
5151

5252
```yml
53+
# https://github.com/sveltejs/svelte.dev/blob/main/apps/svelte.dev/scripts/sync-docs/README.md
5354
name: Dispatch sync request
5455

5556
on:

0 commit comments

Comments
 (0)