Skip to content

gitpod.io

GitHub App

gitpod.io

GitHub App

Always ready to code - spin up fresh, automated dev environments for each task, in the cloud, in seconds.
Screenshot

How it works

Gitpod is an open-source Kubernetes application for automated and ready-to-code development environments that blends in your existing workflow. It enables you to describe your dev environment as code and start instant and fresh development environments for each new task directly from your browser.
It can be started on any GitHub URL by prefixing it with gitpod.io#.

Gitpod Bot does two things:

  1. generate Gitpod links for pull requests and add them to the description,
  2. prebuild workspaces for branches and pull requests.

Installation

To install the app, make sure you are logged in to Gitpod beforehand.
After installing the app, configure it using the .gitpod.yml in the default branch:

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

More information

You can find more information at https://docs.gitpod.io

Developer

gitpod.io is provided by a third-party and is governed by separate terms of service, privacy policy, and support documentation.

Report abuse