From 0f9a5a7646bb0aaf23a81b217df719ca0bb96dce Mon Sep 17 00:00:00 2001 From: Tanya Powell Date: Tue, 5 Apr 2022 16:36:34 +0100 Subject: [PATCH] chore: add gitpod config --- .gitpod.yml | 16 ++++++++++++++++ 1 file changed, 16 insertions(+) create mode 100644 .gitpod.yml diff --git a/.gitpod.yml b/.gitpod.yml new file mode 100644 index 0000000..8f569da --- /dev/null +++ b/.gitpod.yml @@ -0,0 +1,16 @@ +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