Gitpod is a one-click online IDE for GitHub. It can be started on any GitHub URL by prefixing it with gitpod.io#
. Gitpod Bot generates such links for issues and pull requests and post them as comments.
# Install dependencies
npm install
# Run typescript
npm run build
# Run the bot
npm start
- Configure the GitHub App
- Create
.github/gitpod.yml
based on the following template. - It will start scanning for issues and/or pull requests within an hour.
A .github/gitpod.yml
file is required to enable the plugin. The file can be empty, or it can override any of these default settings:
pulls:
# Enable for pull requests
perform: true
# Customize a comment to post on a pull request. Comment out to use the default
# comment:
issues:
# enable for issues
perform: true
# issues with these labels will be considered. Set to `[]` to disable for issues
labels:
- help wanted
- good first issue
# Customize a comment to post on an issue. Comment out to use the default
# comment:
See doc/Deploying.md if you would like to run your own instance of this plugin.
If you have suggestions for how gitpod-bot could be improved, or want to report a bug, open an issue! We'd love all and any contributions.
For more, check out the Contributing Guide.
ISC © 2018 TypeFox [email protected] (http://typefox.io)