Skip to content

Commit 92f392e

Browse files
committed
Document recommended settings for forked repository
1 parent cfac76e commit 92f392e

File tree

1 file changed

+10
-0
lines changed

1 file changed

+10
-0
lines changed

CONTRIBUTING.md

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -18,6 +18,16 @@ your proposed changes.
1818
1. Browse to the [runtime repository] and [create a forked repository] under
1919
your GitHub username.
2020

21+
In your forked repository, under *Settings**Actions* set the *Actions
22+
permissions* to **Disable Actions** to avoid triggering workflow runs in
23+
your own repository, which will fail to fetch the required container
24+
images.
25+
26+
Under *Settings**Merge button* select **Automatically delete head
27+
branches** to have your pull-request branches automatically deleted
28+
when the respective pull request is merged.
29+
30+
2131
2. Clone the [runtime repository]:
2232

2333
```

0 commit comments

Comments
 (0)