Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

refactor: remove old Gitpod configuration #33

Merged
merged 1 commit into from
Jan 28, 2024
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
17 changes: 0 additions & 17 deletions .gitpod.yml
Original file line number Diff line number Diff line change
Expand Up @@ -40,23 +40,6 @@ ports:
visibility: private
onOpen: ignore

github:
prebuilds:
# enable for the default branch
master: true
# enable for all branches in this repo
branches: false
# 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: false
# add a "Review in Gitpod" button to the pull request's description
addBadge: true

vscode:
extensions:
- njpwerner.autodocstring # docstrings for Python
Loading