From 0851523d188f6f1362ab076e197648ed9fac9d84 Mon Sep 17 00:00:00 2001 From: Allan Bowe Date: Wed, 29 Sep 2021 11:28:59 +0000 Subject: [PATCH] chore: gitpod settings --- .gitpod.yml | 17 +++++++++++++++++ 1 file changed, 17 insertions(+) diff --git a/.gitpod.yml b/.gitpod.yml index de6bee8..92a0448 100644 --- a/.gitpod.yml +++ b/.gitpod.yml @@ -6,3 +6,20 @@ image: vscode: extensions: - sasjs.sasjs-for-vscode + +github: + prebuilds: + # enable for the master/default branch (defaults to true) + master: true + # enable for all branches in this repo (defaults to false) + branches: false + # 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: true + # add a label once the prebuild is ready to pull requests (defaults to false) + addLabel: prebuilt-in-gitpod \ No newline at end of file