Skip to content

Commit

Permalink
Remove deprecated prebuilds for gitpod
Browse files Browse the repository at this point in the history
  • Loading branch information
RCheesley committed Dec 22, 2023
1 parent 3e7b96a commit 714d635
Showing 1 changed file with 1 addition and 20 deletions.
21 changes: 1 addition & 20 deletions .gitpod.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,23 +12,4 @@ vscode:
- lextudio.restructuredtext
- 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 714d635

Please sign in to comment.