File tree Expand file tree Collapse file tree 1 file changed +21
-0
lines changed Expand file tree Collapse file tree 1 file changed +21
-0
lines changed Original file line number Diff line number Diff line change
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
You can’t perform that action at this time.
0 commit comments