Skip to content

Commit

Permalink
fix: remove legacy part from gitpod.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
shaal committed Oct 12, 2023
1 parent 10d8e8a commit c66291d
Showing 1 changed file with 0 additions and 19 deletions.
19 changes: 0 additions & 19 deletions .gitpod.yml
Original file line number Diff line number Diff line change
Expand Up @@ -76,22 +76,3 @@ ports:
name: xdebug
description: xdebug
onOpen: ignore

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: false
# add a check to pull requests (defaults to true)
addCheck: true
# add a "Review in Gitpod" button as a comment to pull requests (defaults to false)
addComment: false
# add a "Review in Gitpod" button to the pull request's description (defaults to false)
addBadge: true
# add a label once the prebuild is ready to pull requests (defaults to false)
addLabel: true

0 comments on commit c66291d

Please sign in to comment.