Skip to content

Commit c66291d

Browse files
committed
fix: remove legacy part from gitpod.yml
1 parent 10d8e8a commit c66291d

1 file changed

Lines changed: 0 additions & 19 deletions

File tree

.gitpod.yml

Lines changed: 0 additions & 19 deletions
Original file line numberDiff line numberDiff line change
@@ -76,22 +76,3 @@ ports:
7676
name: xdebug
7777
description: xdebug
7878
onOpen: ignore
79-
80-
github:
81-
prebuilds:
82-
# enable for the master/default branch (defaults to true)
83-
master: true
84-
# enable for all branches in this repo (defaults to false)
85-
branches: true
86-
# enable for pull requests coming from this repo (defaults to true)
87-
pullRequests: true
88-
# enable for pull requests coming from forks (defaults to false)
89-
pullRequestsFromForks: false
90-
# add a check to pull requests (defaults to true)
91-
addCheck: true
92-
# add a "Review in Gitpod" button as a comment to pull requests (defaults to false)
93-
addComment: false
94-
# add a "Review in Gitpod" button to the pull request's description (defaults to false)
95-
addBadge: true
96-
# add a label once the prebuild is ready to pull requests (defaults to false)
97-
addLabel: true

0 commit comments

Comments
 (0)