From 05b72088711da6d5700a5a0603db79365e769238 Mon Sep 17 00:00:00 2001 From: Mac Siri Date: Thu, 25 Apr 2019 08:11:27 -0400 Subject: [PATCH] Update .gitpod.yml [ci skip] --- .gitpod.yml | 16 ++++++++++++++++ 1 file changed, 16 insertions(+) diff --git a/.gitpod.yml b/.gitpod.yml index ba7746409..f469a0903 100644 --- a/.gitpod.yml +++ b/.gitpod.yml @@ -22,3 +22,19 @@ tasks: done ; bin/setup && bin/startup +github: + prebuilds: + # enable for the master/default branch (defaults to true) + master: true + # enable for all branches in this repo (defaults to false) + branches: true + # enable for pull requests coming from this repo (defaults to true) + pullRequests: true + # enable for pull requests coming from forks (defaults to false) + pullRequestsFromForks: true + # add a "Review in Gitpod" button as a comment to pull requests (defaults to true) + addComment: true + # add a "Review in Gitpod" button to pull requests (defaults to false) + addBadge: false + # add a label once the prebuild is ready to pull requests (defaults to false) + addLabel: prebuilt-in-gitpod