Skip to content

Commit d016527

Browse files
committed
Attempt to set up Github for ease of development
1 parent ae0b79c commit d016527

File tree

1 file changed

+21
-0
lines changed

1 file changed

+21
-0
lines changed

.gitpod.yml

Lines changed: 21 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,21 @@
1+
# This configuration file was automatically generated by Gitpod.
2+
# Please adjust to your needs (see https://www.gitpod.io/docs/config-gitpod-file)
3+
# and commit this file to your remote git repository to share the goodness with others.
4+
image: gitpod/workspace-ruby-2
5+
6+
github:
7+
prebuilds:
8+
develop: true
9+
# enable for pull requests coming from this repo (defaults to true)
10+
pullRequests: true
11+
# enable for pull requests coming from forks (defaults to false)
12+
pullRequestsFromForks: true
13+
# add a "Review in Gitpod" button as a comment to pull requests (defaults to true)
14+
addComment: true
15+
# add a "Review in Gitpod" button to pull requests (defaults to false)
16+
addBadge: true
17+
# add a label once the prebuild is ready to pull requests (defaults to false)
18+
addLabel: prebuilt-in-gitpod
19+
20+
tasks:
21+
- init: bundle install

0 commit comments

Comments
 (0)