From 0107c1ef80987f803b30595afe5b8c5f5d222b2f Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Maciek=20B=C4=85k?= Date: Sun, 28 Jan 2024 18:09:09 +0100 Subject: [PATCH] refactor: remove old Gitpod configuration mechanism (#80) --- .gitpod.yml | 17 ----------------- 1 file changed, 17 deletions(-) diff --git a/.gitpod.yml b/.gitpod.yml index b3726e7..47e033d 100644 --- a/.gitpod.yml +++ b/.gitpod.yml @@ -11,20 +11,3 @@ tasks: pre-commit install echo "Ready to work!" echo "Remember to switch to a feature branch before starting the development :)" - -github: - prebuilds: - # enable for the default branch - master: true - # enable for all branches in this repo - branches: true - # enable for pull requests coming from this repo - pullRequests: true - # enable for pull requests coming from forks - pullRequestsFromForks: false - # add a check to pull requests - addCheck: prevent-merge-on-error - # add a "Review in Gitpod" button as a comment to pull requests - addComment: true - # add a "Review in Gitpod" button to the pull request's description - addBadge: true