Skip to content

Commit

Permalink
chore: enable gitpod prebuilds for PRs from forks (aws#10824)
Browse files Browse the repository at this point in the history
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*
  • Loading branch information
Niranjan Jayakar committed Oct 12, 2020
1 parent c7e52ee commit fa8d4ed
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions .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

Expand Down

0 comments on commit fa8d4ed

Please sign in to comment.