From 29cc25bd03191ad299d642d78b227775155823eb Mon Sep 17 00:00:00 2001 From: Shaun Hamilton Date: Tue, 10 Oct 2023 16:41:41 +0200 Subject: [PATCH] chore(gitpod): move prebuild config to project (#51890) --- .gitpod.yml | 19 ------------------- 1 file changed, 19 deletions(-) diff --git a/.gitpod.yml b/.gitpod.yml index 24a87db8932..96ca4c0c8a8 100644 --- a/.gitpod.yml +++ b/.gitpod.yml @@ -65,25 +65,6 @@ tasks: pnpm run develop:client -- -H '0.0.0.0' openMode: split-right -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 check to pull requests (defaults to true) - addCheck: false - # add a "Review in Gitpod" button as a comment to pull requests (defaults to false) - addComment: true - # add a "Review in Gitpod" button to the pull request's description (defaults to false) - addBadge: false - # add a label once the prebuild is ready to pull requests (defaults to false) - addLabel: false - vscode: extensions: - dbaeumer.vscode-eslint