We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent cfac76e commit 92f392eCopy full SHA for 92f392e
CONTRIBUTING.md
@@ -18,6 +18,16 @@ your proposed changes.
18
1. Browse to the [runtime repository] and [create a forked repository] under
19
your GitHub username.
20
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
31
2. Clone the [runtime repository]:
32
33
```
0 commit comments