Skip to content

Commit

Permalink
Update gitpod.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
RCheesley committed Oct 22, 2024
1 parent ed8fb5b commit 3d4ad3c
Showing 1 changed file with 1 addition and 22 deletions.
23 changes: 1 addition & 22 deletions .gitpod.yml
Original file line number Diff line number Diff line change
@@ -1,5 +1,3 @@
# Since Gitpod doesn't support caching custom Dockerfiles yet, we temporarily
# use this once which has Python 3.9 and Vale preinstalled.
image:
file: .gitpod.Dockerfile

Expand All @@ -13,23 +11,4 @@ vscode:
- [email protected] # See https://github.com/mautic/user-documentation/pull/334#issuecomment-2405922370 before upgrading.
- trond-snekvik.simple-rst
- errata-ai.vale-server
- eamodio.gitlens

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: 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: false
- eamodio.gitlens

0 comments on commit 3d4ad3c

Please sign in to comment.