From fa8d4ed06e56fe3a48adb256e5f463175b6289fb Mon Sep 17 00:00:00 2001 From: Niranjan Jayakar Date: Mon, 12 Oct 2020 15:26:56 +0100 Subject: [PATCH] chore: enable gitpod prebuilds for PRs from forks (#10824) This enables GitPod pre-builds to be created for PRs that are created from forks. Docs: https://www.gitpod.io/docs/prebuilds/#configure-the-github-app ---- *By submitting this pull request, I confirm that my contribution is made under the terms of the Apache-2.0 license* --- .gitpod.yml | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/.gitpod.yml b/.gitpod.yml index 61bf069e34517..2e63da1c1cb98 100644 --- a/.gitpod.yml +++ b/.gitpod.yml @@ -1,4 +1,10 @@ +github: + prebuilds: + pullRequestsFromForks: true + addComment: true + image: jsii/superchain + tasks: - init: yarn build --skip-test --no-bail --skip-prereqs --skip-compat